mirror of
https://github.com/containers/podman.git
synced 2025-08-02 17:22:30 +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() {
|
function install() {
|
||||||
echo "Installing golangci-lint v$VERSION into $BIN"
|
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"
|
BIN="./bin/golangci-lint"
|
||||||
|
Reference in New Issue
Block a user