Skip to content

Commit a2f3101

Browse files
authored
chore: update Go version in audit workflow to 1.24.0 (#66)
* chore: update Go version in audit workflow to 1.24.0 * chore: update Go version in release workflow to 1.24.0
1 parent 9ca50a0 commit a2f3101

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
name: Set up Go
1919
uses: actions/setup-go@v5
2020
with:
21-
go-version: 1.18
21+
go-version: '1.24.0'
2222

2323
-
2424
name: Verify dependencies

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
name: Set up Go
2222
uses: actions/setup-go@v2
2323
with:
24-
go-version: 1.18
24+
go-version: '1.24.0'
2525
-
2626
name: Run GoReleaser
2727
uses: goreleaser/goreleaser-action@v6

0 commit comments

Comments
 (0)