scripts: update goreleaser

This commit is contained in:
Ask Bjørn Hansen 2024-07-07 13:05:06 -07:00
parent 9a86b2aaf5
commit 59580b50ba

View File

@ -2,7 +2,7 @@
set -euo pipefail set -euo pipefail
go install github.com/goreleaser/goreleaser@v1.24.0 go install github.com/goreleaser/goreleaser@v1.26.2
if [ ! -z "${harbor_username:-}" ]; then if [ ! -z "${harbor_username:-}" ]; then
DOCKER_FILE=~/.docker/config.json DOCKER_FILE=~/.docker/config.json