Skip to content

Commit

Permalink
fix release version in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
trinitys7 committed Nov 15, 2024
1 parent 4fb1b18 commit e78fc2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ localnet-show-logstream:
###############################################################################

PACKAGE_NAME:=github.com/realiotech/realio-network
GOLANG_CROSS_VERSION = v1.22.7
GOLANG_CROSS_VERSION = v1.22
GOPATH ?= '$(HOME)/go'
release-dry-run:
docker run \
Expand All @@ -203,6 +203,7 @@ release-dry-run:
-e CGO_ENABLED=1 \
-v /var/run/docker.sock:/var/run/docker.sock \
-v `pwd`:/go/src/$(PACKAGE_NAME) \
-v ${GOPATH}/pkg:/go/pkg \
-w /go/src/$(PACKAGE_NAME) \
ghcr.io/goreleaser/goreleaser-cross:${GOLANG_CROSS_VERSION} \
--clean --skip=validate --skip=publish --snapshot
Expand Down

0 comments on commit e78fc2c

Please sign in to comment.