@@ -17,10 +17,10 @@ jobs:
17
17
- name : Make libsodium.a
18
18
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
19
19
- name : reviewdog-golangci-lint
20
- uses :
reviewdog/[email protected] .1
20
+ uses :
reviewdog/[email protected] .2
21
21
with :
22
22
go_version_file : go.mod
23
- golangci_lint_version : " v1.58 .0"
23
+ golangci_lint_version : " v1.62 .0"
24
24
golangci_lint_flags : " -c .golangci.yml --allow-parallel-runners"
25
25
reporter : " github-pr-check"
26
26
tool_name : " Lint Errors"
46
46
id : go_version
47
47
run : echo "GO_VERSION=$(./scripts/get_golang_version.sh)" >> $GITHUB_ENV
48
48
- name : Install specific golang
49
- uses : actions/setup-go@v4.0.1
49
+ uses : actions/setup-go@v5
50
50
with :
51
51
go-version : ${{ env.GO_VERSION }}
52
52
- name : Create folders for golangci-lint
@@ -63,13 +63,13 @@ jobs:
63
63
run : |
64
64
cd cicdtmp/golangci-lint
65
65
git clone https://github.com/golangci/golangci-lint.git .
66
- git checkout tags/v1.58 .0
66
+ git checkout tags/v1.62 .0
67
67
CGO_ENABLED=true go build -trimpath -o golangci-lint-cgo ./cmd/golangci-lint
68
68
./golangci-lint-cgo --version
69
69
cd ../../
70
70
- name : Install reviewdog
71
71
run : |
72
- curl -sfL https://raw.githubusercontent.com/reviewdog/reviewdog/v0.18.1 /install.sh | sh -s -- v0.18.1
72
+ curl -sfL https://raw.githubusercontent.com/reviewdog/reviewdog/v0.20.2 /install.sh | sh -s -- v0.20.2
73
73
reviewdog --version
74
74
- name : Build custom linters
75
75
run : |
0 commit comments