Skip to content

Commit 09c1e71

Browse files
committed
test: test with go v1.26 and use golangci-lint v2.9.0
Signed-off-by: Maxime Soulé <btik-git@scoubidou.com>
1 parent d30601d commit 09c1e71

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.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, 1.24.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, 1.25.x, tip]
1515
full-tests: [false]
1616
include:
17-
- go-version: 1.25.x
17+
- go-version: 1.26.x
1818
full-tests: true
1919

2020
runs-on: ubuntu-latest
@@ -42,7 +42,7 @@ jobs:
4242
if: matrix.full-tests
4343
run: |
4444
curl -sL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh |
45-
sh -s -- -b $HOME/go/bin v2.8.0
45+
sh -s -- -b $HOME/go/bin v2.9.0
4646
$HOME/go/bin/golangci-lint run
4747
4848
- name: Testing

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ go-testdeep
1313
**Extremely flexible golang deep comparison, extends the go testing
1414
package, dependency free.**
1515

16-
Currently supports go 1.16 → 1.24.
16+
Currently supports go 1.16 → 1.26.
1717

1818
- [Latest news](#latest-news)
1919
- [Synopsis](#synopsis)

0 commit comments

Comments
 (0)