-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): update golang to 1.21 (#716)
* build(deps): bump go to 1.21 * build: bump golangci-lint and golangci-lint-action
- Loading branch information
Showing
13 changed files
with
25 additions
and
21 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 |
---|---|---|
|
@@ -23,7 +23,7 @@ jobs: | |
steps: | ||
- uses: actions/[email protected] | ||
with: | ||
go-version: "1.19" | ||
go-version: "1.21" | ||
- uses: actions/checkout@v4 | ||
- uses: technote-space/get-diff-action@v6 | ||
with: | ||
|
@@ -54,7 +54,7 @@ jobs: | |
steps: | ||
- uses: actions/[email protected] | ||
with: | ||
go-version: "1.19" | ||
go-version: "1.21" | ||
- uses: actions/checkout@v4 | ||
- uses: technote-space/get-diff-action@v6 | ||
with: | ||
|
@@ -79,7 +79,7 @@ jobs: | |
steps: | ||
- uses: actions/[email protected] | ||
with: | ||
go-version: "1.19" | ||
go-version: "1.21" | ||
- uses: actions/checkout@v4 | ||
- uses: technote-space/get-diff-action@v6 | ||
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 |
---|---|---|
|
@@ -23,7 +23,7 @@ jobs: | |
steps: | ||
- uses: actions/[email protected] | ||
with: | ||
go-version: "1.19" | ||
go-version: "1.21" | ||
|
||
- uses: actions/checkout@v4 | ||
|
||
|
@@ -49,7 +49,7 @@ jobs: | |
steps: | ||
- uses: actions/[email protected] | ||
with: | ||
go-version: "1.19" | ||
go-version: "1.21" | ||
|
||
- uses: actions/checkout@v4 | ||
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 |
---|---|---|
|
@@ -28,7 +28,7 @@ jobs: | |
steps: | ||
- uses: actions/[email protected] | ||
with: | ||
go-version: "1.19" | ||
go-version: "1.21" | ||
|
||
- name: Set up Docker Buildx | ||
uses: docker/[email protected] | ||
|
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 |
---|---|---|
|
@@ -30,7 +30,7 @@ jobs: | |
submodules: true | ||
- uses: actions/[email protected] | ||
with: | ||
go-version: "^1.19" | ||
go-version: "^1.21" | ||
- uses: technote-space/get-diff-action@v6 | ||
with: | ||
PATTERNS: | | ||
|
@@ -45,12 +45,12 @@ jobs: | |
name: Install BLS library | ||
if: "env.GIT_DIFF != ''" | ||
|
||
- uses: golangci/golangci-lint-action@v3.4.0 | ||
- uses: golangci/golangci-lint-action@v3.7.0 | ||
with: | ||
# Required: the version of golangci-lint is required and | ||
# must be specified without patch version: we always use the | ||
# latest patch version. | ||
version: v1.46 | ||
version: v1.55 | ||
args: --timeout 10m | ||
github-token: ${{ secrets.github_token }} | ||
if: env.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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,14 +14,14 @@ jobs: | |
|
||
- uses: actions/[email protected] | ||
with: | ||
go-version: '1.19' | ||
go-version: "1.21" | ||
|
||
- name: Build | ||
uses: goreleaser/goreleaser-action@v5 | ||
if: ${{ github.event_name == 'pull_request' }} | ||
with: | ||
version: latest | ||
args: build --skip-validate # skip validate skips initial sanity checks in order to be able to fully run | ||
args: build --skip-validate # skip validate skips initial sanity checks in order to be able to fully run | ||
|
||
- run: echo https://github.com/tendermint/tendermint/blob/${GITHUB_REF#refs/tags/}/CHANGELOG.md#${GITHUB_REF#refs/tags/} > ../release_notes.md | ||
|
||
|
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 |
---|---|---|
|
@@ -18,7 +18,7 @@ jobs: | |
steps: | ||
- uses: actions/[email protected] | ||
with: | ||
go-version: "1.19" | ||
go-version: "1.21" | ||
- uses: actions/checkout@v4 | ||
- uses: technote-space/get-diff-action@v6 | ||
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