Pinning using hashes

This commit is contained in:
Mike Farah
2026-06-07 19:57:15 +10:00
parent f9b0d7e45d
commit 91a166e8d8
7 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
set -eo pipefail
# You may need to go install github.com/goreleaser/goreleaser/v2@latest first
# You may need to go install github.com/goreleaser/goreleaser/v2@v2.16.0 first
GORELEASER="goreleaser build --clean"
if [ -z "$CI" ] || [[ "${GITHUB_REF_NAME:-}" == draft-* ]]; then
GORELEASER+=" --snapshot"