yq/scripts/devtools.sh

6 lines
259 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
2021-11-26 09:02:57 +00:00
wget -O- -nv https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.43.0
wget -O- -nv https://raw.githubusercontent.com/securego/gosec/master/install.sh | sh -s v2.9.1