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 39
39
- name : Run linter
40
40
uses : golangci/golangci-lint-action@v3
41
41
with :
42
- version : v1.50
42
+ version : v1.51
43
43
only-new-issues : true # Show only new issues if it's a pull request
44
44
- name : Report failure
45
45
uses :
nashmaniac/[email protected]
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ GOLANGCI_LINT = $(shell pwd)/bin/golangci-lint
95
95
golangci-lint :
96
96
@[ -f $( GOLANGCI_LINT) ] || { \
97
97
set -e ; \
98
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(shell dirname $(GOLANGCI_LINT ) ) v1.50.1 ; \
98
+ curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(shell dirname $(GOLANGCI_LINT ) ) v1.51.2 ; \
99
99
}
100
100
101
101
.PHONY : apidiff
You can’t perform that action at this time.
0 commit comments