We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5ee2a4 commit 03400dcCopy full SHA for 03400dc
.github/workflows/validate-pull-request-golangci-lint.yaml
@@ -9,14 +9,14 @@ jobs:
9
name: golangci-lint
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v5
13
- run: sed -En 's/^go[[:space:]]+([[:digit:].]+)$/GO_VERSION=\1/p' go.mod >> $GITHUB_ENV
14
- - uses: actions/setup-go@v4
+ - uses: actions/setup-go@v6
15
with:
16
go-version: ${{ env.GO_VERSION }}
17
cache: false
18
- name: golangci-lint
19
- uses: golangci/golangci-lint-action@v3
+ uses: golangci/golangci-lint-action@v8
20
21
- version: v1.63.4
+ version: v2.4.0
22
args: --verbose --timeout 30m
0 commit comments