scripts: manage goreleaser version in script

This commit is contained in:
Ask Bjørn Hansen 2023-09-17 23:02:48 -07:00
parent 3f1f4436df
commit 053de4fd16

View File

@ -2,6 +2,8 @@
set -euo pipefail
go install github.com/goreleaser/goreleaser@v1.20.0
DRONE_TAG=${DRONE_TAG-""}
is_snapshot=""