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

This commit is contained in:
Alberto Cavalcante 2025-04-22 19:32:47 -07:00 committed by Mike Farah
parent de2f77b49c
commit 074d785396

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