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:
1212 contents : read
1313
1414env :
15- GOLANGCI_LINT_VERSION : v2.0
15+ GOLANGCI_LINT_VERSION : v2.4
1616 CGO_ENABLED : 0
1717
1818jobs :
2424 name : lint
2525 runs-on : ${{ matrix.os }}
2626 steps :
27- - uses : actions/checkout@v4
27+ - uses : actions/checkout@v5
2828 - uses : actions/setup-go@v5
2929 with :
3030 go-version : ${{ matrix.go }}
3737 git diff --exit-code go.sum
3838
3939 - name : golangci-lint
40- uses : golangci/golangci-lint-action@v7
40+ uses : golangci/golangci-lint-action@v8
4141 with :
4242 version : ${{ env.GOLANGCI_LINT_VERSION }}
Original file line number Diff line number Diff line change 2323 os : [ubuntu-latest, macos-latest, windows-latest]
2424 runs-on : ${{ matrix.os }}
2525 steps :
26- - uses : actions/checkout@v4
26+ - uses : actions/checkout@v5
2727 - uses : actions/setup-go@v5
2828 with :
2929 go-version : ${{ matrix.go-version }}
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ linters:
7676 - wastedassign
7777 - whitespace
7878 - wrapcheck
79- - wsl
79+ - wsl_v5
8080
8181 settings :
8282 cyclop :
You can’t perform that action at this time.
0 commit comments