File tree 2 files changed +2
-2
lines changed
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.49 # Always uses the latest patch version.
42
+ version : v1.50
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 @@ -83,7 +83,7 @@ GOLANGCI_LINT = $(shell pwd)/bin/golangci-lint
83
83
golangci-lint :
84
84
@[ -f $( GOLANGCI_LINT) ] || { \
85
85
set -e ; \
86
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(shell dirname $(GOLANGCI_LINT ) ) v1.51 .1 ; \
86
+ curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(shell dirname $(GOLANGCI_LINT ) ) v1.50 .1 ; \
87
87
}
88
88
89
89
.PHONY : apidiff
You can’t perform that action at this time.
0 commit comments