yq/scripts/devtools.sh

6 lines
285 B
Bash
Raw Normal View History

#!/bin/sh
2020-04-14 01:18:45 +00:00
set -ex
2021-11-24 14:56:21 +00:00
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.49.0
wget -O- -nv https://raw.githubusercontent.com/securego/gosec/master/install.sh | sh -s v2.13.1