-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump golang version to 1.21.10, go-algorand-sdk to v2.5.0 (#1612)
* Bump golang version to 1.21.10 * Bump go-algorand-sdk to v2.5.0. * Remove non-functioning linters.
- Loading branch information
Showing
9 changed files
with
26 additions
and
22 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 |
---|---|---|
|
@@ -13,12 +13,12 @@ jobs: | |
- name: Install specific golang | ||
uses: actions/[email protected] | ||
with: | ||
go-version: '1.20.14' | ||
go-version: '1.21.10' | ||
- name: reviewdog-golangci-lint | ||
uses: reviewdog/action-golangci-lint@v2.3.1 | ||
uses: reviewdog/action-golangci-lint@v2.6.1 | ||
with: | ||
go_version_file: go.mod | ||
golangci_lint_version: "v1.53.2" | ||
golangci_lint_version: "v1.58.0" | ||
golangci_lint_flags: "-c .golangci.yml --allow-parallel-runners" | ||
reporter: "github-pr-check" | ||
tool_name: "Lint Errors" | ||
|
@@ -36,12 +36,12 @@ jobs: | |
- name: Install specific golang | ||
uses: actions/[email protected] | ||
with: | ||
go-version: '1.20.14' | ||
go-version: '1.21.10' | ||
- name: reviewdog-golangci-lint | ||
uses: reviewdog/action-golangci-lint@v2.3.1 | ||
uses: reviewdog/action-golangci-lint@v2.6.1 | ||
with: | ||
go_version_file: go.mod | ||
golangci_lint_version: "v1.53.2" | ||
golangci_lint_version: "v1.58.0" | ||
golangci_lint_flags: "-c .golangci-warnings.yml --allow-parallel-runners" | ||
reporter: "github-pr-check" | ||
tool_name: "Lint Warnings" | ||
|
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 @@ | ||
ARG GO_IMAGE=golang:1.14.7 | ||
ARG GO_IMAGE=golang:1.21.10 | ||
FROM $GO_IMAGE | ||
|
||
RUN echo "Go image: $GO_IMAGE" | ||
|
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 @@ | ||
ARG GO_IMAGE=golang:1.14.7 | ||
ARG GO_IMAGE=golang:1.21.10 | ||
FROM $GO_IMAGE | ||
ARG CHANNEL=stable | ||
ARG CI_E2E_FILENAME | ||
|
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 @@ | ||
ARG GO_IMAGE=golang:1.20.14 | ||
ARG GO_IMAGE=golang:1.21.10 | ||
FROM $GO_IMAGE | ||
ARG CHANNEL=stable | ||
|
||
|
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 @@ | ||
ARG GO_VERSION=1.20.14 | ||
ARG GO_VERSION=1.21.10 | ||
FROM golang:$GO_VERSION | ||
|
||
ENV DEBIAN_FRONTEND noninteractive | ||
|