Skip to content

Commit 6eb813e

Browse files
committed
chore: fix CI tip build + switch to golangci-lint 1.61.0
Signed-off-by: Maxime Soulé <[email protected]>
1 parent 7b7821f commit 6eb813e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
- name: Setup go
2424
run: |
25-
curl -sL https://raw.githubusercontent.com/maxatome/install-go/v3.5/install-go.pl |
25+
curl -sL https://raw.githubusercontent.com/maxatome/install-go/v3.6/install-go.pl |
2626
perl - ${{ matrix.go-version }} $HOME/go
2727
2828
- name: Checkout code
@@ -32,7 +32,7 @@ jobs:
3232
if: matrix.full-tests
3333
run: |
3434
curl -sL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh |
35-
sh -s -- -b $HOME/go/bin v1.60.1
35+
sh -s -- -b $HOME/go/bin v1.61.0
3636
$HOME/go/bin/golangci-lint run --max-issues-per-linter 0 \
3737
--max-same-issues 0 \
3838
--exclude="unused-parameter: parameter '[^']+' seems to be unused, consider removing or renaming it as _" \

0 commit comments

Comments
 (0)