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 44
44
- uses : golangci/golangci-lint-action@v3
45
45
with :
46
46
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
47
- version : v1.53.2
47
+ version : v1.53.3
48
48
49
49
# Optional: working directory, useful for monorepos
50
50
# working-directory: somedir
Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ ifndef HAS_GOLANGCI_LINT
175
175
ifndef HAS_CURL
176
176
$(error You must install curl)
177
177
endif
178
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(shell go env GOPATH)/bin v1.53.2
178
+ curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(shell go env GOPATH)/bin v1.53.3
179
179
endif
180
180
ifndef HAS_GIT
181
181
$(error You must install Git)
You can’t perform that action at this time.
0 commit comments