diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 39441e9..1efa96f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,10 +10,10 @@ jobs: test: strategy: matrix: - go-version: [1.13.x, 1.14.x, 1.15.x, 1.16.x, 1.17.x, 1.18.x, tip] + go-version: [1.13.x, 1.14.x, 1.15.x, 1.16.x, 1.17.x, 1.18.x, 1.19.x, tip] full-tests: [false] include: - - go-version: 1.19.x + - go-version: 1.20.x full-tests: true runs-on: ubuntu-latest @@ -31,7 +31,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.50.1 + sh -s -- -b $HOME/go/bin v1.51.0 $HOME/go/bin/golangci-lint run --max-issues-per-linter 0 \ --max-same-issues 0 \ -E bidichk \ diff --git a/README.md b/README.md index 97ebe35..5428017 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Easy mocking of http responses from external resources. ## Install -Currently supports Go 1.13 to 1.19 and is regularly tested against tip. +Currently supports Go 1.13 to 1.20 and is regularly tested against tip. `v1` branch has to be used instead of `master`.