Skip to content

Commit

Permalink
chore: bump go version to 1.21.x for action
Browse files Browse the repository at this point in the history
  • Loading branch information
yoosah committed Aug 23, 2024
1 parent 36a014f commit da1d389
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
go-version: [1.20.x]
go-version: [1.21.x]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion app/upgrades/v1_5/upgrades.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package v1_5

import (
wasmtypes "github.com/CosmWasm/wasmd/x/wasm/types"
wasmmigrationv2 "github.com/CosmWasm/wasmd/x/wasm/migrations/v2"
wasmtypes "github.com/CosmWasm/wasmd/x/wasm/types"

"github.com/cosmos/cosmos-sdk/baseapp"
"github.com/cosmos/cosmos-sdk/codec"
Expand Down

0 comments on commit da1d389

Please sign in to comment.