summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnatoli Babenia <anatoli@rainforce.org>2023-07-06 07:18:29 +0300
committerGitHub <noreply@github.com>2023-07-06 07:18:29 +0300
commit3d7eb32d7e290ba55ca7645c1b667b5ae48b8621 (patch)
treecbf675784245209727b5848f4b0a8cedd9923dcf
parentba3c9125e19561de0d94ae2d919bcbc06a3bc64a (diff)
Make `goreleaser` script executable
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0237257..5fb9eb7 100644
--- a/Makefile
+++ b/Makefile
@@ -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/