File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed
Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 4646 - name : Run golangci-lint
4747 uses : golangci/golangci-lint-action@0a35821d5c230e903fcfe077583637dea1b27b47 # v9.0.0
4848 with :
49- version : v2.5
49+ version : v2.6
5050 go-fmt :
5151 permissions :
5252 contents : read # to fetch code (actions/checkout)
Original file line number Diff line number Diff line change 4545 - name : Run golangci-lint
4646 uses : golangci/golangci-lint-action@0a35821d5c230e903fcfe077583637dea1b27b47 # v9.0.0
4747 with :
48- version : v2.5
48+ version : v2.6
4949 go-fmt :
5050 permissions :
5151 contents : read # to fetch code (actions/checkout)
Original file line number Diff line number Diff line change @@ -24,6 +24,8 @@ linters:
2424 - wrapcheck # not (yet) convinced
2525 - wsl # disagree with, for now
2626 - wsl_v5 # disagree with, for now
27+
28+ - modernize
2729 settings :
2830 depguard :
2931 rules :
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ test-with-coverage:
2121lint : lint-with-golangci-lint lint-with-go-fmt
2222
2323lint-with-golangci-lint :
24- go run github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.5.0 run ./...
24+ go run github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.6.2 run ./...
2525
2626lint-with-go-fmt :
2727 gofmt -s -d * /** .go
You can’t perform that action at this time.
0 commit comments