Skip to content

Commit

Permalink
chore: bump go to 1.22.7 (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmorency authored Nov 19, 2024
1 parent ff56d0f commit 8b7d2d6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# The Lifted Initiative
version: 2.1

GO_VERSION: &go_version '1.22.5'
GO_VERSION: &go_version '1.22.7'
GORELEASER_VERSION: &goreleaser_version 'v1.26.2'
GO_MOD_CACHE_KEY: &go_mod_cache_key 'go-mod-2'

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/liftedinit/mfx-migrator

go 1.22.5
go 1.22.7

require (
github.com/go-resty/resty/v2 v2.11.0
Expand Down
2 changes: 1 addition & 1 deletion go.work
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
go 1.22.5
go 1.22.7

use (
.
Expand Down
2 changes: 1 addition & 1 deletion interchaintest/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/liftedinit/mfx-migrator/interchaintest

go 1.22.5
go 1.22.7

replace (
cosmossdk.io/core => cosmossdk.io/core v0.11.0 // proper SDK v50 version
Expand Down

0 comments on commit 8b7d2d6

Please sign in to comment.