We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b7821f commit 6eb813eCopy full SHA for 6eb813e
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
steps:
23
- name: Setup go
24
run: |
25
- curl -sL https://raw.githubusercontent.com/maxatome/install-go/v3.5/install-go.pl |
+ curl -sL https://raw.githubusercontent.com/maxatome/install-go/v3.6/install-go.pl |
26
perl - ${{ matrix.go-version }} $HOME/go
27
28
- name: Checkout code
@@ -32,7 +32,7 @@ jobs:
32
if: matrix.full-tests
33
34
curl -sL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh |
35
- sh -s -- -b $HOME/go/bin v1.60.1
+ sh -s -- -b $HOME/go/bin v1.61.0
36
$HOME/go/bin/golangci-lint run --max-issues-per-linter 0 \
37
--max-same-issues 0 \
38
--exclude="unused-parameter: parameter '[^']+' seems to be unused, consider removing or renaming it as _" \
0 commit comments