golangci-lint got new install URL too

https://goreleaser.com/deprecations/#godownloader
This commit is contained in:
Anatoli Babenia 2023-07-06 07:03:13 +03:00 committed by GitHub
parent 9fe4975733
commit ba3c9125e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,13 +20,11 @@ ci-static-analysis:
golangci-lint run golangci-lint run
ci-install-go-tools: ci-install-go-tools:
pwd
ls -la
mkdir -p ${HOME}/.local/bin mkdir -p ${HOME}/.local/bin
curl -sfL https://goreleaser.com/static/run > ${HOME}/.local/bin/goreleaser curl -sfL https://goreleaser.com/static/run > ${HOME}/.local/bin/goreleaser
ci-install-ci-tools: ci-install-ci-tools:
curl -sfL https://install.goreleaser.com/github.com/goreleaser/goreleaser.sh | sudo sh -s -- -b ${HOME}/.local/bin/ "v0.122.0" curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b ${HOME}/.local/bin/
ci-docker-login: ci-docker-login:
echo '${DOCKER_PASSWORD}' | docker login -u '${DOCKER_USERNAME}' --password-stdin '${PRODUCTION_REGISTRY}' echo '${DOCKER_PASSWORD}' | docker login -u '${DOCKER_USERNAME}' --password-stdin '${PRODUCTION_REGISTRY}'