We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 499903f commit 28c3479Copy full SHA for 28c3479
Makefile
@@ -167,7 +167,7 @@ golangci-lint: ## Download golangci-lint
167
ifneq ($(shell test -f $(GOLANGCI_LINT); echo $$?), 0)
168
@echo Getting golangci-lint...
169
@mkdir -p $(shell pwd)/bin
170
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(shell pwd)/bin v1.46.2
+ curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(shell pwd)/bin v1.50.1
171
endif
172
173
GOIMPORTS = $(shell pwd)/bin/goimports
0 commit comments