ci: bump go to 1.22 (#19396)

Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
This commit is contained in:
Julien Robert
2024-02-23 10:22:37 +00:00
committed by GitHub
co-authored by Facundo Medica
parent 913f9f1523
commit 6d96e1dec3
24 changed files with 72 additions and 68 deletions
+3 -1
View File
@@ -1,6 +1,8 @@
module github.com/cosmos/cosmos-sdk/tests
go 1.21
go 1.22
toolchain go1.22.0
require (
cosmossdk.io/api v0.7.3
+3 -1
View File
@@ -1,6 +1,8 @@
module github.com/cosmos-sdk/tests/starship/tests
go 1.21
go 1.22
toolchain go1.22.0
replace (
github.com/99designs/keyring => github.com/cosmos/keyring v1.2.0