-
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: golang-cross 1.17 is not yet on dockerhub (#645)
Solution: revert back to 1.16
- Loading branch information
Showing
6 changed files
with
10 additions
and
107 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.17.0 | ||
go-version: 1.16.7 | ||
- 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.17.0 | ||
go-version: 1.16.7 | ||
- 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.17.0 | ||
go-version: 1.16.7 | ||
- 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.17.0 | ||
go-version: 1.16.7 | ||
- 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.17.0 | ||
go-version: 1.16.7 | ||
- 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