Skip to content

Commit aba4e40

Browse files
authored
chore: downgrade to go 1.19 (cosmos#20211)
1 parent c3991b5 commit aba4e40

File tree

5 files changed

+5
-15
lines changed

5 files changed

+5
-15
lines changed

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
go 1.21
2-
3-
toolchain go1.22.2
1+
go 1.19
42

53
module github.com/cosmos/cosmos-sdk
64

simapp/go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module cosmossdk.io/simapp
22

3-
go 1.21
4-
5-
toolchain go1.22.2
3+
go 1.19
64

75
require (
86
cosmossdk.io/api v0.3.1

tests/go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/cosmos/cosmos-sdk/tests
22

3-
go 1.21
4-
5-
toolchain go1.22.2
3+
go 1.19
64

75
require (
86
cosmossdk.io/api v0.3.1

tools/cosmovisor/go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module cosmossdk.io/tools/cosmovisor
22

3-
go 1.21
4-
5-
toolchain go1.22.2
3+
go 1.19
64

75
require (
86
github.com/cosmos/cosmos-sdk v0.47.0-rc3

tools/rosetta/go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module cosmossdk.io/tools/rosetta
22

3-
go 1.21
4-
5-
toolchain go1.22.2
3+
go 1.19
64

75
require (
86
cosmossdk.io/math v1.3.0

0 commit comments

Comments
 (0)