Skip to content

Commit

Permalink
chore: update versin of go releaser
Browse files Browse the repository at this point in the history
  • Loading branch information
shahbazn committed Apr 18, 2024
1 parent ca24a70 commit a25d6e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ LEDGER_ENABLED ?= true
# SDK_PACK := $(shell go list -m github.com/cosmos/cosmos-sdk | sed 's/ /\@/g')
BINDIR ?= $(GOPATH)/bin
SIMAPP = ./app
GORELEASER_CROSS_VERSION = v1.20.6
GORELEASER_VERSION = v1.20.0
GORELEASER_CROSS_VERSION = v1.21.9
GORELEASER_VERSION = v1.21.0

# for dockerized protobuf tools
DOCKER := $(shell which docker)
Expand Down

0 comments on commit a25d6e0

Please sign in to comment.