chore(devtools): use curl instead of wget for better compatibility with MacOS

This commit is contained in:
Alberto Cavalcante
2025-05-03 11:23:55 +10:00
committed by Mike Farah
parent de2f77b49c
commit 074d785396
+1 -1
View File
@@ -2,4 +2,4 @@
set -ex
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.62.0
wget -O- -nv https://raw.githubusercontent.com/securego/gosec/master/install.sh | sh -s
curl -sSfL https://raw.githubusercontent.com/securego/gosec/master/install.sh | sh -s