-
Notifications
You must be signed in to change notification settings - Fork 351
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Problem: latest v0.44 SDK is not used (#643)
Solution: bumped SDK + upgraded Go to 1.17 * mark offline signing test to be temporarily ignored
- Loading branch information
Showing
11 changed files
with
125 additions
and
17 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 |
---|---|---|
|
@@ -48,7 +48,7 @@ jobs: | |
- name: Set up Go | ||
uses: actions/setup-go@v2 | ||
with: | ||
go-version: 1.16.4 | ||
go-version: 1.17.0 | ||
- name: Checkout Comment PR Branch | ||
uses: actions/checkout@v2 | ||
if: github.event_name == 'issue_comment' | ||
|
@@ -104,7 +104,7 @@ jobs: | |
steps: | ||
- uses: actions/setup-go@v2 | ||
with: | ||
go-version: 1.16.4 | ||
go-version: 1.17.0 | ||
- name: install runsim | ||
run: | | ||
export GO111MODULE="on" && go get github.com/cosmos/tools/cmd/[email protected] | ||
|
@@ -143,7 +143,7 @@ jobs: | |
echo "::set-output name=repo_name::${{ fromJson(steps.request.outputs.data).head.repo.full_name }}" | ||
- uses: actions/setup-go@v2 | ||
with: | ||
go-version: 1.16.4 | ||
go-version: 1.17.0 | ||
- name: Checkout Comment PR Branch | ||
uses: actions/checkout@v2 | ||
if: github.event_name == 'issue_comment' | ||
|
@@ -206,7 +206,7 @@ jobs: | |
echo "::set-output name=repo_name::${{ fromJson(steps.request.outputs.data).head.repo.full_name }}" | ||
- uses: actions/setup-go@v2 | ||
with: | ||
go-version: 1.16.4 | ||
go-version: 1.17.0 | ||
- name: Checkout Comment PR Branch | ||
uses: actions/checkout@v2 | ||
if: github.event_name == 'issue_comment' | ||
|
@@ -268,7 +268,7 @@ jobs: | |
echo "::set-output name=repo_name::${{ fromJson(steps.request.outputs.data).head.repo.full_name }}" | ||
- uses: actions/setup-go@v2 | ||
with: | ||
go-version: 1.16.4 | ||
go-version: 1.17.0 | ||
- 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
Submodule cosmos-sdk
updated
36 files