mirror of
https://github.com/containers/podman.git
synced 2025-06-25 03:52:15 +08:00
Merge pull request #13475 from PascalBourdier/golangci-lint-install-fix
CI: fix golangci-lint installation
This commit is contained in:
@ -6,7 +6,7 @@ die() { echo "${1:-No error message given} (from $(basename $0))"; exit 1; }
|
||||
|
||||
function install() {
|
||||
echo "Installing golangci-lint v$VERSION into $BIN"
|
||||
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b ./bin v$VERSION
|
||||
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v$VERSION
|
||||
}
|
||||
|
||||
BIN="./bin/golangci-lint"
|
||||
|
Reference in New Issue
Block a user