forked from cosmos/cosmos-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(schema): update go version and const name
- Loading branch information
1 parent
ab6400f
commit 34889cc
Showing
3 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
module cosmossdk.io/schema | ||
|
||
// NOTE: this go.mod should have zero dependencies and remain on go 1.12 to stay compatible | ||
// NOTE: this go.mod should have zero dependencies and remain on go 1.22 to stay compatible | ||
// with all known production releases of the Cosmos SDK. This is to ensure that all historical | ||
// apps could be patched to support indexing if desired. | ||
|
||
go 1.12 | ||
go 1.22.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters