Private
Public Access
1
0

build: update goreleaser to 2.7.0

This commit is contained in:
2025-02-23 09:49:39 -08:00
parent e6f39f201c
commit 906d520b72

View File

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