forked from cosmos/cosmos-sdk
-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3d440de
commit a9aa8b9
Showing
22 changed files
with
64 additions
and
57 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 |
---|---|---|
|
@@ -23,7 +23,7 @@ jobs: | |
- uses: actions/checkout@v3 | ||
- uses: actions/setup-go@v3 | ||
with: | ||
go-version: "1.19" | ||
go-version: "1.20" | ||
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 |
---|---|---|
|
@@ -21,7 +21,7 @@ jobs: | |
ref: "release/v0.45.x" | ||
- uses: actions/setup-go@v3 | ||
with: | ||
go-version: "1.19" | ||
go-version: "1.20" | ||
check-latest: true | ||
- run: make build | ||
|
||
|
@@ -33,7 +33,7 @@ jobs: | |
steps: | ||
- uses: actions/setup-go@v3 | ||
with: | ||
go-version: "1.19" | ||
go-version: "1.20" | ||
check-latest: true | ||
- name: Install runsim | ||
run: go install github.com/cosmos/tools/cmd/[email protected] | ||
|
@@ -51,7 +51,7 @@ jobs: | |
ref: "release/v0.45.x" | ||
- uses: actions/setup-go@v3 | ||
with: | ||
go-version: "1.19" | ||
go-version: "1.20" | ||
check-latest: true | ||
- uses: actions/cache@v3 | ||
with: | ||
|
@@ -70,7 +70,7 @@ jobs: | |
ref: "release/v0.45.x" | ||
- uses: actions/setup-go@v3 | ||
with: | ||
go-version: "1.19" | ||
go-version: "1.20" | ||
check-latest: true | ||
- uses: actions/cache@v3 | ||
with: | ||
|
@@ -90,7 +90,7 @@ jobs: | |
ref: "release/v0.45.x" | ||
- uses: actions/setup-go@v3 | ||
with: | ||
go-version: "1.19" | ||
go-version: "1.20" | ||
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 |
---|---|---|
|
@@ -21,7 +21,7 @@ jobs: | |
ref: "release/v0.46.x" | ||
- uses: actions/setup-go@v3 | ||
with: | ||
go-version: "1.19" | ||
go-version: "1.20" | ||
check-latest: true | ||
- run: make build | ||
|
||
|
@@ -33,7 +33,7 @@ jobs: | |
steps: | ||
- uses: actions/setup-go@v3 | ||
with: | ||
go-version: "1.19" | ||
go-version: "1.20" | ||
check-latest: true | ||
- name: Install runsim | ||
run: go install github.com/cosmos/tools/cmd/[email protected] | ||
|
@@ -52,7 +52,7 @@ jobs: | |
ref: "release/v0.46.x" | ||
- uses: actions/setup-go@v3 | ||
with: | ||
go-version: "1.19" | ||
go-version: "1.20" | ||
check-latest: true | ||
- uses: actions/cache@v3 | ||
with: | ||
|
@@ -71,7 +71,7 @@ jobs: | |
ref: "release/v0.46.x" | ||
- uses: actions/setup-go@v3 | ||
with: | ||
go-version: "1.19" | ||
go-version: "1.20" | ||
check-latest: true | ||
- uses: actions/cache@v3 | ||
with: | ||
|
@@ -90,7 +90,7 @@ jobs: | |
ref: "release/v0.46.x" | ||
- uses: actions/setup-go@v3 | ||
with: | ||
go-version: "1.19" | ||
go-version: "1.20" | ||
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 |
---|---|---|
|
@@ -21,7 +21,7 @@ jobs: | |
ref: "release/v0.47.x" | ||
- uses: actions/setup-go@v3 | ||
with: | ||
go-version: "1.19" | ||
go-version: "1.20" | ||
check-latest: true | ||
- run: make build | ||
|
||
|
@@ -33,7 +33,7 @@ jobs: | |
steps: | ||
- uses: actions/setup-go@v3 | ||
with: | ||
go-version: "1.19" | ||
go-version: "1.20" | ||
check-latest: true | ||
- name: Install runsim | ||
run: go install github.com/cosmos/tools/cmd/[email protected] | ||
|
@@ -52,7 +52,7 @@ jobs: | |
ref: "release/v0.47.x" | ||
- uses: actions/setup-go@v3 | ||
with: | ||
go-version: "1.19" | ||
go-version: "1.20" | ||
check-latest: true | ||
- uses: actions/cache@v3 | ||
with: | ||
|
@@ -71,7 +71,7 @@ jobs: | |
ref: "release/v0.47.x" | ||
- uses: actions/setup-go@v3 | ||
with: | ||
go-version: "1.19" | ||
go-version: "1.20" | ||
check-latest: true | ||
- uses: actions/cache@v3 | ||
with: | ||
|
@@ -90,7 +90,7 @@ jobs: | |
ref: "release/v0.47.x" | ||
- uses: actions/setup-go@v3 | ||
with: | ||
go-version: "1.19" | ||
go-version: "1.20" | ||
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 |
---|---|---|
|
@@ -22,7 +22,7 @@ jobs: | |
steps: | ||
- uses: actions/setup-go@v3 | ||
with: | ||
go-version: "1.19" | ||
go-version: "1.20" | ||
check-latest: true | ||
- name: Install runsim | ||
run: go install github.com/cosmos/tools/cmd/[email protected] | ||
|
@@ -37,7 +37,7 @@ jobs: | |
- uses: actions/checkout@v3 | ||
- uses: actions/setup-go@v3 | ||
with: | ||
go-version: "1.19" | ||
go-version: "1.20" | ||
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
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM golang:1.19-alpine AS build | ||
FROM golang:1.20-alpine AS build | ||
|
||
RUN apk add build-base git linux-headers | ||
|
||
|
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,4 +1,4 @@ | ||
FROM golang:1.19-alpine as build | ||
FROM golang:1.20-alpine as build | ||
|
||
RUN apk add git tar gcc libc-dev --no-cache | ||
|
||
|
Oops, something went wrong.