Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: downgrade to go 1.19 #20211

Merged
merged 1 commit into from
Apr 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
go 1.21

toolchain go1.22.2
go 1.19

module github.com/cosmos/cosmos-sdk

Expand Down
4 changes: 1 addition & 3 deletions simapp/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module cosmossdk.io/simapp

go 1.21

toolchain go1.22.2
go 1.19

require (
cosmossdk.io/api v0.3.1
Expand Down
4 changes: 1 addition & 3 deletions tests/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/cosmos/cosmos-sdk/tests

go 1.21

toolchain go1.22.2
go 1.19

require (
cosmossdk.io/api v0.3.1
Expand Down
4 changes: 1 addition & 3 deletions tools/cosmovisor/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module cosmossdk.io/tools/cosmovisor

go 1.21

toolchain go1.22.2
go 1.19

require (
github.com/cosmos/cosmos-sdk v0.47.0-rc3
Expand Down
4 changes: 1 addition & 3 deletions tools/rosetta/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module cosmossdk.io/tools/rosetta

go 1.21

toolchain go1.22.2
go 1.19

require (
cosmossdk.io/math v1.3.0
Expand Down
Loading