mirror of
https://github.com/mikefarah/yq.git
synced 2026-07-02 18:41:39 +00:00
chore(devtools): use curl instead of wget for better compatibility with MacOS
This commit is contained in:
parent
de2f77b49c
commit
074d785396
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user