Make goreleaser script executable

This commit is contained in:
Anatoli Babenia 2023-07-06 07:18:29 +03:00 committed by GitHub
parent ba3c9125e1
commit 3d7eb32d7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,6 +22,7 @@ ci-static-analysis:
ci-install-go-tools:
mkdir -p ${HOME}/.local/bin
curl -sfL https://goreleaser.com/static/run > ${HOME}/.local/bin/goreleaser
chmod +x ${HOME}/.local/bin/goreleaser
ci-install-ci-tools:
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b ${HOME}/.local/bin/