Skip to content

Commit

Permalink
ci: bump golang cross version to 1.21.5
Browse files Browse the repository at this point in the history
  • Loading branch information
k-yang committed Dec 7, 2023
1 parent 6cf28fc commit a312468
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions contrib/make/release.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
###############################################################################

PACKAGE_NAME := github.com/NibiruChain/nibiru
GOLANG_CROSS_VERSION ?= v1.21.4
GOLANG_CROSS_VERSION ?= v1.21.5

release:
docker run \
Expand All @@ -23,6 +23,5 @@ release-snapshot:
-v "$(CURDIR)":/go/src/$(PACKAGE_NAME) \
-w /go/src/$(PACKAGE_NAME) \
-e CGO_ENABLED=1 \
-e GITHUB_TOKEN=${GITHUB_TOKEN} \
goreleaser/goreleaser-cross:${GOLANG_CROSS_VERSION} \
release --rm-dist --snapshot
release --clean --snapshot

0 comments on commit a312468

Please sign in to comment.