Skip to content

Commit

Permalink
ci: test with go1.19 but still use go1.18.5 for linter
Browse files Browse the repository at this point in the history
until golangci/golangci-lint/pull/3037 is resolved.

Signed-off-by: Maxime Soulé <btik-git@scoubidou.com>
  • Loading branch information
maxatome committed Aug 3, 2022
1 parent bf711f8 commit c155ea2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.9.x, 1.10.x, 1.11.x, 1.12.x, 1.13.x, 1.14.x, 1.15.x, 1.16.x, 1.17.x, tip]
go-version: [1.9.x, 1.10.x, 1.11.x, 1.12.x, 1.13.x, 1.14.x, 1.15.x, 1.16.x, 1.17.x, 1.19.x, tip]
full-tests: [false]
include:
- go-version: 1.18.x
Expand All @@ -35,7 +35,7 @@ jobs:
false
fi
curl -sL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh |
sh -s -- -b $HOME/go/bin v1.45.0
sh -s -- -b $HOME/go/bin v1.47.2
echo $PATH
$HOME/go/bin/golangci-lint run --max-issues-per-linter 0 \
--max-same-issues 0 \
Expand Down

0 comments on commit c155ea2

Please sign in to comment.