diff --git a/scripts/devtools.sh b/scripts/devtools.sh index 4e7126c2..528f317f 100755 --- a/scripts/devtools.sh +++ b/scripts/devtools.sh @@ -1,5 +1,5 @@ #!/bin/sh set -ex -go mod download golang.org/x/tools +go mod download golang.org/x/tools@latest wget -O- -nv https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.37.1 wget -O- -nv https://raw.githubusercontent.com/securego/gosec/master/install.sh | sh -s v2.9.1