Skip to content

Commit

Permalink
deps: bump go to 1.22 (#363)
Browse files Browse the repository at this point in the history
  • Loading branch information
crodriguezvega authored Aug 29, 2024
1 parent d98cf6a commit 6a29994
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

# Unreleased

- deps(go): bump golang to v1.22 ([#363](https://github.com/cosmos/ics23/pull/363).

# 0.12.0

## Rust
Expand Down
2 changes: 1 addition & 1 deletion go/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/cosmos/ics23/go

go 1.21
go 1.22

require (
github.com/cosmos/gogoproto v1.7.0
Expand Down

0 comments on commit 6a29994

Please sign in to comment.