Fix github action attempt

This commit is contained in:
Mike Farah 2023-02-11 23:54:16 +11:00
parent f4e7203a55
commit 75483fe908

View File

@ -2,4 +2,4 @@
set -ex set -ex
go mod download golang.org/x/tools@latest go mod download golang.org/x/tools@latest
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.51.1 curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.51.1
wget -O- -nv https://raw.githubusercontent.com/securego/gosec/master/install.sh | sh -s v2.15.0 wget -O- -nv https://raw.githubusercontent.com/securego/gosec/master/install.sh | sh -s