build: goreleaser 2.11.0 and download script tweaks

This commit is contained in:
2025-07-12 16:51:10 -07:00
parent b5141d6a70
commit c372d79d1d
2 changed files with 2 additions and 2 deletions

View File

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