acr-cli/scripts/setup/dev_setup

6 строки
205 B
Bash
Executable File

#!/bin/bash
set -e -o pipefail
# binary will be $(go env GOPATH)/bin/golangci-lint
curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/v1.45.2/install.sh | sh -s -- -b $(go env GOPATH)/bin