-
Notifications
You must be signed in to change notification settings - Fork 474
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6178 from Algo-devops-service/relstable3.27.0
- Loading branch information
Showing
133 changed files
with
3,940 additions
and
2,232 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
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 |
---|---|---|
|
@@ -17,10 +17,10 @@ jobs: | |
- name: Make libsodium.a | ||
run: sudo mv /usr/bin/go /usr/bin/go.bak && make crypto/libs/linux/amd64/lib/libsodium.a && sudo mv /usr/bin/go.bak /usr/bin/go | ||
- name: reviewdog-golangci-lint | ||
uses: reviewdog/[email protected].1 | ||
uses: reviewdog/[email protected].2 | ||
with: | ||
go_version_file: go.mod | ||
golangci_lint_version: "v1.58.0" | ||
golangci_lint_version: "v1.62.0" | ||
golangci_lint_flags: "-c .golangci.yml --allow-parallel-runners" | ||
reporter: "github-pr-check" | ||
tool_name: "Lint Errors" | ||
|
@@ -46,7 +46,7 @@ jobs: | |
id: go_version | ||
run: echo "GO_VERSION=$(./scripts/get_golang_version.sh)" >> $GITHUB_ENV | ||
- name: Install specific golang | ||
uses: actions/setup-go@v4.0.1 | ||
uses: actions/setup-go@v5 | ||
with: | ||
go-version: ${{ env.GO_VERSION }} | ||
- name: Create folders for golangci-lint | ||
|
@@ -63,13 +63,13 @@ jobs: | |
run: | | ||
cd cicdtmp/golangci-lint | ||
git clone https://github.com/golangci/golangci-lint.git . | ||
git checkout tags/v1.58.0 | ||
git checkout tags/v1.62.0 | ||
CGO_ENABLED=true go build -trimpath -o golangci-lint-cgo ./cmd/golangci-lint | ||
./golangci-lint-cgo --version | ||
cd ../../ | ||
- name: Install reviewdog | ||
run: | | ||
curl -sfL https://raw.githubusercontent.com/reviewdog/reviewdog/v0.18.1/install.sh | sh -s -- v0.18.1 | ||
curl -sfL https://raw.githubusercontent.com/reviewdog/reviewdog/v0.20.2/install.sh | sh -s -- v0.20.2 | ||
reviewdog --version | ||
- name: Build custom linters | ||
run: | | ||
|
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,6 +1,6 @@ | ||
FROM ubuntu:20.04 as builder | ||
|
||
ARG GO_VERSION="1.21.10" | ||
ARG GO_VERSION="1.23.3" | ||
|
||
ARG CHANNEL | ||
ARG URL | ||
|
Oops, something went wrong.