File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 18
18
- name : Run linter
19
19
uses : golangci/golangci-lint-action@v2
20
20
with :
21
- version : v1.41 # Always uses the latest patch version.
21
+ version : v1.45.2 # Always uses the latest patch version.
22
22
only-new-issues : true # Show only new issues if it's a pull request
23
23
- name : Report failure
24
24
uses :
nashmaniac/[email protected]
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ GOLANGCI_LINT = $(shell pwd)/bin/golangci-lint
82
82
golangci-lint :
83
83
@[ -f $( GOLANGCI_LINT) ] || { \
84
84
set -e ; \
85
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(shell dirname $(GOLANGCI_LINT ) ) v1.41.1 ; \
85
+ curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(shell dirname $(GOLANGCI_LINT ) ) v1.45.2 ; \
86
86
}
87
87
88
88
.PHONY : apidiff
You can’t perform that action at this time.
0 commit comments