File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 40
40
uses : actions/checkout@v3
41
41
42
42
- name : Lint with golanci-lint
43
- uses : golangci/golangci-lint-action@v3
43
+ uses : golangci/golangci-lint-action@v6
44
44
with :
45
45
# version of golangci-lint to use
46
46
# Version should stay in sync with version used for local linting (lint job in Makefile).
47
- version : v1.50.1
47
+ version : v1.64.8
Original file line number Diff line number Diff line change 44
44
45
45
lint :
46
46
# Version used should stay in sync with version in CI (.github/workflows/test.yaml).
47
- docker run --rm -v $(pwd ) :/app -w /app golangci/golangci-lint:v1.50.1 golangci-lint run
47
+ docker run --rm -v $(pwd ) :/app -w /app golangci/golangci-lint:v1.64.8 golangci-lint run
48
48
49
49
% /remove-local : beta-notice
50
50
$(eval plugin := $(firstword $(subst /, ,$@ ) ) )
You can’t perform that action at this time.
0 commit comments