diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 116d5261..a8cf5604 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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 _" \ @@ -53,6 +53,7 @@ jobs: -E gocritic \ -E godot \ -E goimports \ + -E govet \ -E misspell \ -E prealloc \ -E revive \ diff --git a/README.md b/README.md index b1361395..0eee8693 100644 --- a/README.md +++ b/README.md @@ -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)