We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d01ac78 commit 89518a0Copy full SHA for 89518a0
scripts/devtools.sh
@@ -1,5 +1,5 @@
1
#!/bin/sh
2
set -ex
3
go mod download golang.org/x/tools@latest
4
-curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.62.0
+curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.64.8
5
curl -sSfL https://raw.githubusercontent.com/securego/gosec/master/install.sh | sh -s
0 commit comments