Skip to content

Commit 28c3479

Browse files
authored
Update golangci-lint version (#252)
1 parent 499903f commit 28c3479

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ golangci-lint: ## Download golangci-lint
167167
ifneq ($(shell test -f $(GOLANGCI_LINT); echo $$?), 0)
168168
@echo Getting golangci-lint...
169169
@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
170+
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(shell pwd)/bin v1.50.1
171171
endif
172172

173173
GOIMPORTS = $(shell pwd)/bin/goimports

0 commit comments

Comments
 (0)