Skip to content

Commit c977145

Browse files
committed
test: also test with go v1.25 and use golangci-lint v2.4.0
Signed-off-by: Maxime Soulé <btik-git@scoubidou.com>
1 parent 7d2a02f commit c977145

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
@@ -11,10 +11,10 @@ jobs:
1111
test:
1212
strategy:
1313
matrix:
14-
go-version: [1.16.x, 1.17.x, 1.18.x, 1.19.x, 1.20.x, 1.21.x, 1.22.x, 1.23.x, tip]
14+
go-version: [1.16.x, 1.17.x, 1.18.x, 1.19.x, 1.20.x, 1.21.x, 1.22.x, 1.23.x, 1.24.x, tip]
1515
full-tests: [false]
1616
include:
17-
- go-version: 1.24.x
17+
- go-version: 1.25.x
1818
full-tests: true
1919

2020
runs-on: ubuntu-latest
@@ -32,7 +32,7 @@ jobs:
3232
if: matrix.full-tests
3333
run: |
3434
curl -sL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh |
35-
sh -s -- -b $HOME/go/bin v2.0.2
35+
sh -s -- -b $HOME/go/bin v2.4.0
3636
$HOME/go/bin/golangci-lint run
3737
3838
- name: Testing

0 commit comments

Comments
 (0)