Private
Public Access
1
0

Update schema, Go 1.22.1, and dependencies
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-03-09 09:59:29 -08:00
parent 675e993353
commit 3cbef93607
10 changed files with 224 additions and 293 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/