Skip to content

Commit

Permalink
chore: switch CI to go 1.23 & golangci-lint 1.60.1
Browse files Browse the repository at this point in the history
Signed-off-by: Maxime Soulé <btik-git@scoubidou.com>
  • Loading branch information
maxatome committed Aug 14, 2024
1 parent 22ed66e commit fba761f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
test:
strategy:
matrix:
go-version: [1.16.x, 1.17.x, 1.18.x, 1.19.x, 1.20.x, 1.21.x, tip]
go-version: [1.16.x, 1.17.x, 1.18.x, 1.19.x, 1.20.x, 1.21.x, 1.22.x, tip]
full-tests: [false]
include:
- go-version: 1.22.x
- go-version: 1.23.x
full-tests: true

runs-on: ubuntu-latest
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
if: matrix.full-tests
run: |
curl -sL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh |
sh -s -- -b $HOME/go/bin v1.55.2
sh -s -- -b $HOME/go/bin v1.60.1
$HOME/go/bin/golangci-lint run --max-issues-per-linter 0 \
--max-same-issues 0 \
--exclude="unused-parameter: parameter '[^']+' seems to be unused, consider removing or renaming it as _" \
Expand All @@ -53,6 +53,7 @@ jobs:
-E gocritic \
-E godot \
-E goimports \
-E govet \
-E misspell \
-E prealloc \
-E revive \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ go-testdeep

**Extremely flexible golang deep comparison, extends the go testing package.**

Currently supports go 1.16 → 1.22.
Currently supports go 1.16 → 1.23.

- [Latest news](#latest-news)
- [Synopsis](#synopsis)
Expand Down

0 comments on commit fba761f

Please sign in to comment.