forked from cosmos/cosmos-sdk
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: use golang version from go.mod (#551)
additionally, updates the setup-go github action from v3 -> v5
- Loading branch information
1 parent
74c86da
commit ba4e717
Showing
13 changed files
with
70 additions
and
70 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 |
---|---|---|
|
@@ -21,9 +21,9 @@ jobs: | |
go-arch: ["amd64", "arm", "arm64"] | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/setup-go@v3 | ||
- uses: actions/setup-go@v5 | ||
with: | ||
go-version: "1.19" | ||
go-version-file: "go.mod" | ||
check-latest: true | ||
- uses: technote-space/[email protected] | ||
id: git_diff | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,9 +19,9 @@ jobs: | |
- uses: actions/checkout@v3 | ||
with: | ||
ref: "release/v0.45.x" | ||
- uses: actions/setup-go@v3 | ||
- uses: actions/setup-go@v5 | ||
with: | ||
go-version: "1.19" | ||
go-version-file: "go.mod" | ||
check-latest: true | ||
- run: make build | ||
|
||
|
@@ -31,9 +31,9 @@ jobs: | |
runs-on: ubuntu-latest | ||
needs: build | ||
steps: | ||
- uses: actions/setup-go@v3 | ||
- uses: actions/setup-go@v5 | ||
with: | ||
go-version: "1.19" | ||
go-version-file: "go.mod" | ||
check-latest: true | ||
- name: Install runsim | ||
run: go install github.com/cosmos/tools/cmd/[email protected] | ||
|
@@ -49,9 +49,9 @@ jobs: | |
- uses: actions/checkout@v3 | ||
with: | ||
ref: "release/v0.45.x" | ||
- uses: actions/setup-go@v3 | ||
- uses: actions/setup-go@v5 | ||
with: | ||
go-version: "1.19" | ||
go-version-file: "go.mod" | ||
check-latest: true | ||
- uses: actions/cache@v3 | ||
with: | ||
|
@@ -68,9 +68,9 @@ jobs: | |
- uses: actions/checkout@v3 | ||
with: | ||
ref: "release/v0.45.x" | ||
- uses: actions/setup-go@v3 | ||
- uses: actions/setup-go@v5 | ||
with: | ||
go-version: "1.19" | ||
go-version-file: "go.mod" | ||
check-latest: true | ||
- uses: actions/cache@v3 | ||
with: | ||
|
@@ -88,9 +88,9 @@ jobs: | |
- uses: actions/checkout@v3 | ||
with: | ||
ref: "release/v0.45.x" | ||
- uses: actions/setup-go@v3 | ||
- uses: actions/setup-go@v5 | ||
with: | ||
go-version: "1.19" | ||
go-version-file: "go.mod" | ||
check-latest: true | ||
- uses: actions/cache@v3 | ||
with: | ||
|
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 |
---|---|---|
|
@@ -19,9 +19,9 @@ jobs: | |
- uses: actions/checkout@v3 | ||
with: | ||
ref: "release/v0.46.x" | ||
- uses: actions/setup-go@v3 | ||
- uses: actions/setup-go@v5 | ||
with: | ||
go-version: "1.19" | ||
go-version-file: "go.mod" | ||
check-latest: true | ||
- run: make build | ||
|
||
|
@@ -31,9 +31,9 @@ jobs: | |
runs-on: ubuntu-latest | ||
needs: build | ||
steps: | ||
- uses: actions/setup-go@v3 | ||
- uses: actions/setup-go@v5 | ||
with: | ||
go-version: "1.19" | ||
go-version-file: "go.mod" | ||
check-latest: true | ||
- name: Install runsim | ||
run: go install github.com/cosmos/tools/cmd/[email protected] | ||
|
@@ -50,9 +50,9 @@ jobs: | |
- uses: actions/checkout@v3 | ||
with: | ||
ref: "release/v0.46.x" | ||
- uses: actions/setup-go@v3 | ||
- uses: actions/setup-go@v5 | ||
with: | ||
go-version: "1.19" | ||
go-version-file: "go.mod" | ||
check-latest: true | ||
- uses: actions/cache@v3 | ||
with: | ||
|
@@ -69,9 +69,9 @@ jobs: | |
- uses: actions/checkout@v3 | ||
with: | ||
ref: "release/v0.46.x" | ||
- uses: actions/setup-go@v3 | ||
- uses: actions/setup-go@v5 | ||
with: | ||
go-version: "1.19" | ||
go-version-file: "go.mod" | ||
check-latest: true | ||
- uses: actions/cache@v3 | ||
with: | ||
|
@@ -88,9 +88,9 @@ jobs: | |
- uses: actions/checkout@v3 | ||
with: | ||
ref: "release/v0.46.x" | ||
- uses: actions/setup-go@v3 | ||
- uses: actions/setup-go@v5 | ||
with: | ||
go-version: "1.19" | ||
go-version-file: "go.mod" | ||
check-latest: true | ||
- uses: actions/cache@v3 | ||
with: | ||
|
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 |
---|---|---|
|
@@ -19,9 +19,9 @@ jobs: | |
- uses: actions/checkout@v3 | ||
with: | ||
ref: "release/v0.47.x" | ||
- uses: actions/setup-go@v3 | ||
- uses: actions/setup-go@v5 | ||
with: | ||
go-version: "1.19" | ||
go-version-file: "go.mod" | ||
check-latest: true | ||
- run: make build | ||
|
||
|
@@ -31,9 +31,9 @@ jobs: | |
runs-on: ubuntu-latest | ||
needs: build | ||
steps: | ||
- uses: actions/setup-go@v3 | ||
- uses: actions/setup-go@v5 | ||
with: | ||
go-version: "1.19" | ||
go-version-file: "go.mod" | ||
check-latest: true | ||
- name: Install runsim | ||
run: go install github.com/cosmos/tools/cmd/[email protected] | ||
|
@@ -50,9 +50,9 @@ jobs: | |
- uses: actions/checkout@v3 | ||
with: | ||
ref: "release/v0.47.x" | ||
- uses: actions/setup-go@v3 | ||
- uses: actions/setup-go@v5 | ||
with: | ||
go-version: "1.19" | ||
go-version-file: "go.mod" | ||
check-latest: true | ||
- uses: actions/cache@v3 | ||
with: | ||
|
@@ -69,9 +69,9 @@ jobs: | |
- uses: actions/checkout@v3 | ||
with: | ||
ref: "release/v0.47.x" | ||
- uses: actions/setup-go@v3 | ||
- uses: actions/setup-go@v5 | ||
with: | ||
go-version: "1.19" | ||
go-version-file: "go.mod" | ||
check-latest: true | ||
- uses: actions/cache@v3 | ||
with: | ||
|
@@ -88,9 +88,9 @@ jobs: | |
- uses: actions/checkout@v3 | ||
with: | ||
ref: "release/v0.47.x" | ||
- uses: actions/setup-go@v3 | ||
- uses: actions/setup-go@v5 | ||
with: | ||
go-version: "1.19" | ||
go-version-file: "go.mod" | ||
check-latest: true | ||
- uses: actions/cache@v3 | ||
with: | ||
|
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 |
---|---|---|
|
@@ -20,9 +20,9 @@ jobs: | |
contents: none | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/setup-go@v3 | ||
- uses: actions/setup-go@v5 | ||
with: | ||
go-version: "1.19" | ||
go-version-file: "go.mod" | ||
check-latest: true | ||
- name: Install runsim | ||
run: go install github.com/cosmos/tools/cmd/[email protected] | ||
|
@@ -35,9 +35,9 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/setup-go@v3 | ||
- uses: actions/setup-go@v5 | ||
with: | ||
go-version: "1.19" | ||
go-version-file: "go.mod" | ||
check-latest: true | ||
- uses: actions/cache@v3 | ||
with: | ||
|
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.