We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc10fd4 commit 668256dCopy full SHA for 668256d
.github/workflows/linux-ci.yml
@@ -22,7 +22,7 @@ jobs:
22
# commandline below:
23
# https://github.com/golangci/golangci-lint/releases/latest
24
- name: Install golangci-lint
25
- run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b "$(go env GOPATH)"/bin v2.11.2
+ run: curl -sSfL https://golangci-lint.run/install.sh | sh -s -- -b $(go env GOPATH)/bin v2.11.3
26
27
- run: go build ./...
28
- run: ./test.sh
0 commit comments