Skip to content

Commit 75483fe

Browse files
committed
Fix github action attempt
1 parent f4e7203 commit 75483fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/devtools.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
set -ex
33
go mod download golang.org/x/tools@latest
44
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.51.1
5-
wget -O- -nv https://raw.githubusercontent.com/securego/gosec/master/install.sh | sh -s v2.15.0
5+
wget -O- -nv https://raw.githubusercontent.com/securego/gosec/master/install.sh | sh -s

0 commit comments

Comments
 (0)