File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ permissions:
12
12
contents : read
13
13
14
14
env :
15
- GOLANGCI_LINT_VERSION : v2.0
15
+ GOLANGCI_LINT_VERSION : v2.4
16
16
CGO_ENABLED : 0
17
17
18
18
jobs :
24
24
name : lint
25
25
runs-on : ${{ matrix.os }}
26
26
steps :
27
- - uses : actions/checkout@v4
27
+ - uses : actions/checkout@v5
28
28
- uses : actions/setup-go@v5
29
29
with :
30
30
go-version : ${{ matrix.go }}
37
37
git diff --exit-code go.sum
38
38
39
39
- name : golangci-lint
40
- uses : golangci/golangci-lint-action@v7
40
+ uses : golangci/golangci-lint-action@v8
41
41
with :
42
42
version : ${{ env.GOLANGCI_LINT_VERSION }}
Original file line number Diff line number Diff line change 23
23
os : [ubuntu-latest, macos-latest, windows-latest]
24
24
runs-on : ${{ matrix.os }}
25
25
steps :
26
- - uses : actions/checkout@v4
26
+ - uses : actions/checkout@v5
27
27
- uses : actions/setup-go@v5
28
28
with :
29
29
go-version : ${{ matrix.go-version }}
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ linters:
76
76
- wastedassign
77
77
- whitespace
78
78
- wrapcheck
79
- - wsl
79
+ - wsl_v5
80
80
81
81
settings :
82
82
cyclop :
You can’t perform that action at this time.
0 commit comments