Skip to content

Commit

Permalink
Update to go1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
tnv1 committed Jan 25, 2024
1 parent 49f968c commit 9bcbf2a
Show file tree
Hide file tree
Showing 8 changed files with 94 additions and 13 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@
# Output of the go coverage tool, specifically when used with LiteIDE
*.out

# Dependency directories (remove the comment below to include it)
# vendor/
# Go
go.work
go.work.sum

bin/
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/osmosis-labs/fee-abstraction/v7

go 1.20
go 1.21

require (
cosmossdk.io/errors v1.0.0-beta.7
Expand Down
44 changes: 44 additions & 0 deletions go.sum

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions go.work
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
go 1.21

use ./tests/interchaintest
7 changes: 0 additions & 7 deletions go.work.example

This file was deleted.

2 changes: 1 addition & 1 deletion tests/interchaintest/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/notional-labs/fee-abstraction/tests/interchaintest

go 1.20
go 1.21

require (
cosmossdk.io/math v1.0.1
Expand Down
44 changes: 44 additions & 0 deletions tests/interchaintest/go.sum

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tests/interchaintest/ibc_transfer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func TestFeeabsGaiaIBCTransfer(t *testing.T) {
},
{
Name: "gaia",
Version: "v9.0.2",
Version: "v12.0.0-rc0",
NumValidators: &numVals,
NumFullNodes: &numFullNodes,
},
Expand Down

0 comments on commit 9bcbf2a

Please sign in to comment.