Skip to content

Commit

Permalink
chore: update version of go releaser (#560)
Browse files Browse the repository at this point in the history
* chore: update versin of go releaser

* chore: update changelog
  • Loading branch information
shahbazn authored Apr 18, 2024
1 parent ca24a70 commit 942ccbe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ Contains all the PRs that improved the code without changing the behaviors.

- [#505](https://github.com/archway-network/archway/pull/505) - Update release process to account for release candidates on Titus
- [#558](https://github.com/archway-network/archway/pull/558) - Updated the new modules default params in upgrade handler
- [#560](https://github.com/archway-network/archway/pull/560) - Update go-releaser to use go v1.21.x

### Fixed
- [#537](https://github.com/archway-network/archway/pull/537) - Fix issue with callback failing when module param is changed
Expand Down
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 942ccbe

Please sign in to comment.