File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4646 - name : Run golangci-lint
4747 uses : golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
4848 with :
49- version : v2.2
49+ version : v2.4
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@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
4747 with :
48- version : v2.2
48+ version : v2.4
4949 go-fmt :
5050 permissions :
5151 contents : read # to fetch code (actions/checkout)
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.2.1 run ./...
24+ go run github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.4.0 run ./...
2525
2626lint-with-go-fmt :
2727 gofmt -s -d * /** .go
You can’t perform that action at this time.
0 commit comments