Skip to content

Commit b03e9d9

Browse files
committed
ci: test with go1.19 but still use go1.18.5 for linter
until golangci/golangci-lint/pull/3037 is resolved. Signed-off-by: Maxime Soulé <[email protected]>
1 parent cc0224b commit b03e9d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
test:
1111
strategy:
1212
matrix:
13-
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]
13+
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]
1414
full-tests: [false]
1515
include:
1616
- go-version: 1.18.x
@@ -35,7 +35,7 @@ jobs:
3535
false
3636
fi
3737
curl -sL https://github.com/raw/golangci/golangci-lint/master/install.sh |
38-
sh -s -- -b $HOME/go/bin v1.45.0
38+
sh -s -- -b $HOME/go/bin v1.47.2
3939
echo $PATH
4040
$HOME/go/bin/golangci-lint run --max-issues-per-linter 0 \
4141
--max-same-issues 0 \

0 commit comments

Comments
 (0)