Update dependencies; better logging and tracing
continuous-integration/drone/push Build is passing

This commit is contained in:
ask
2023-11-21 12:15:19 -08:00
parent fa86be0310
commit 4d2ff44b18
5 changed files with 155 additions and 36 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
set -euo pipefail
go install github.com/goreleaser/goreleaser@v1.21.2
go install github.com/goreleaser/goreleaser@v1.22.1
DRONE_TAG=${DRONE_TAG-""}
@@ -12,4 +12,4 @@ if [ -z "$DRONE_TAG" ]; then
is_snapshot="--snapshot"
fi
goreleaser release $is_snapshot -p 6 --skip-publish
goreleaser release $is_snapshot -p 6 --skip=publish