scripts: goreleaser 1.24.0

This commit is contained in:
Ask Bjørn Hansen 2024-02-10 19:10:01 -08:00
parent 1e8785bd32
commit 8a8ff93996
1 changed files with 2 additions and 2 deletions

View File

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