Skip to content

Commit b7c7cf0

Browse files
committed
update ci to go1.24
Signed-off-by: Christoph Voigt <[email protected]>
1 parent 3abf2a4 commit b7c7cf0

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
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2828
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
2929
with:
30-
go-version: "1.23"
30+
go-version: "1.24"
3131
- run: make test
3232

3333
golangci:
@@ -37,9 +37,9 @@ jobs:
3737
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3838
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
3939
with:
40-
go-version: "1.23"
40+
go-version: "1.24"
4141
- name: golangci-lint
4242
uses: golangci/golangci-lint-action@2e788936b09dd82dc280e845628a40d2ba6b204c # v6.3.1
4343
with:
44-
version: v1.63.4
44+
version: v1.64.7
4545
skip-cache: true

0 commit comments

Comments
 (0)