Skip to content

Commit

Permalink
fix: update goreleaser version to build arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
julian-dolce-form3 committed Apr 26, 2022
1 parent 0f2c829 commit 6367b54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/goreleaser.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -e

TAR_FILE="/tmp/goreleaser.tar.gz"
RELEASES_URL="https://github.com/goreleaser/goreleaser/releases"
PINNED_VERSION="v0.173.2"
PINNED_VERSION="v1.8.3"

test -z "$TMPDIR" && TMPDIR="$(mktemp -d)"

Expand Down

0 comments on commit 6367b54

Please sign in to comment.