-
Notifications
You must be signed in to change notification settings - Fork 353
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Problem: Cosmos SDK is not upgraded to the latest version (0.46.10) (#…
…925) * Problem: Cosmos SDK is not upgraded to the latest version (0.46.10) Solution: upgraded the dependency, plus Go to 1.20.1 * bump net and lint * use cosmos sdk errors package * use the cosmos sdk errors package * wrap newsdk errors * lint fixes * more lint fixes
- Loading branch information
Showing
43 changed files
with
147 additions
and
196 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
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 |
---|---|---|
|
@@ -79,7 +79,7 @@ jobs: | |
- name: Set up Go | ||
uses: actions/setup-go@v2 | ||
with: | ||
go-version: 1.19.4 | ||
go-version: 1.20.1 | ||
- name: Checkout Comment PR Branch | ||
uses: actions/checkout@v2 | ||
if: github.event_name == 'issue_comment' | ||
|
@@ -135,7 +135,7 @@ jobs: | |
steps: | ||
- uses: actions/setup-go@v2 | ||
with: | ||
go-version: 1.19.4 | ||
go-version: 1.20.1 | ||
- name: install runsim | ||
run: | | ||
export GO111MODULE="on" && go install github.com/cosmos/tools/cmd/[email protected] | ||
|
@@ -160,7 +160,7 @@ jobs: | |
steps: | ||
- uses: actions/setup-go@v2 | ||
with: | ||
go-version: 1.19.4 | ||
go-version: 1.20.1 | ||
- name: Checkout Comment PR Branch | ||
uses: actions/checkout@v2 | ||
if: github.event_name == 'issue_comment' | ||
|
@@ -209,7 +209,7 @@ jobs: | |
steps: | ||
- uses: actions/setup-go@v2 | ||
with: | ||
go-version: 1.19.4 | ||
go-version: 1.20.1 | ||
- name: Checkout Comment PR Branch | ||
uses: actions/checkout@v2 | ||
if: github.event_name == 'issue_comment' | ||
|
@@ -257,7 +257,7 @@ jobs: | |
steps: | ||
- uses: actions/setup-go@v2 | ||
with: | ||
go-version: 1.19.4 | ||
go-version: 1.20.1 | ||
- name: Checkout Comment PR Branch | ||
uses: actions/checkout@v2 | ||
if: github.event_name == 'issue_comment' | ||
|
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
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
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
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
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
Oops, something went wrong.