Skip to content

Commit

Permalink
add toolchain directive to remaining go.mod files
Browse files Browse the repository at this point in the history
  • Loading branch information
crodriguezvega committed May 28, 2024
1 parent e9153ba commit 2e843e1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions e2e/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ module github.com/cosmos/ibc-go/e2e

go 1.22

toolchain go1.22.0

replace github.com/strangelove-ventures/interchaintest/v8 => github.com/DimitrisJim/interchaintest/v8 v8.0.0-20240419095404-2c9270423b9a

require (
Expand Down
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
go 1.22

toolchain go1.22.0

module github.com/cosmos/ibc-go/v8

require (
Expand Down
2 changes: 2 additions & 0 deletions modules/capability/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ module github.com/cosmos/ibc-go/modules/capability

go 1.22

toolchain go1.22.0

replace github.com/syndtr/goleveldb => github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7

require (
Expand Down
2 changes: 2 additions & 0 deletions modules/light-clients/08-wasm/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ module github.com/cosmos/ibc-go/modules/light-clients/08-wasm

go 1.22

toolchain go1.22.0

replace github.com/cosmos/ibc-go/v8 => ../../../

replace github.com/syndtr/goleveldb => github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7
Expand Down

0 comments on commit 2e843e1

Please sign in to comment.