mirror of
https://github.com/mikefarah/yq.git
synced 2026-03-24 04:30:30 +00:00
5 lines
283 B
Bash
Executable File
5 lines
283 B
Bash
Executable File
#!/bin/sh
|
|
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 v2.11.3
|
|
curl -sSfL https://raw.githubusercontent.com/securego/gosec/master/install.sh | sh -s v2.22.11 |