Skip to content

Commit

Permalink
chore: update go (#4157)
Browse files Browse the repository at this point in the history
  • Loading branch information
faddat committed May 19, 2024
1 parent f305854 commit 6a65f9c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

## prep the base image.
#
FROM golang:1.21.5 as base
FROM golang as base

RUN apt update && \
apt-get install -y \
Expand Down
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

### Changes

- [#4157](https://github.com/ignite/cli/pull/4157) Upgrade golang to 1.22
- [#4094](https://github.com/ignite/cli/pull/4094) Scaffolding a multi-index map using `ignite s map foo bar baz --index foobar,foobaz` is no longer supported. Use one index instead of use `collections.IndexedMap`.
- [#4058](https://github.com/ignite/cli/pull/4058) Simplify scaffolded modules by including `ValidateBasic()` logic in message handler.
- [#4058](https://github.com/ignite/cli/pull/4058) Use `address.Codec` instead of `AccAddressFromBech32`.
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module github.com/ignite/cli/v29

go 1.21.1
go 1.22

toolchain go1.21.3
toolchain go1.22.2

replace (
github.com/99designs/keyring => github.com/cosmos/keyring v1.2.0
Expand Down

0 comments on commit 6a65f9c

Please sign in to comment.