Skip to content

Commit 6681e4e

Browse files
committed
Update Go 1.23, 1.24 in CI
Signed-off-by: Austin Vazquez <[email protected]>
1 parent c5a24ff commit 6681e4e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
strategy:
77
matrix:
8-
go: [ '1.21', '1.22' ]
8+
go: [ '1.23', '1.24' ]
99
name: Go ${{ matrix.go }} build
1010
steps:
1111
- uses: actions/checkout@v4
@@ -24,8 +24,8 @@ jobs:
2424
- uses: actions/checkout@v4
2525
- uses: actions/setup-go@v5
2626
with:
27-
go-version: '1.22'
27+
go-version: '1.24'
2828
- name: golangci-lint
2929
uses: golangci/golangci-lint-action@v6
3030
with:
31-
version: v1.57.2
31+
version: v1.64.7

0 commit comments

Comments
 (0)