Skip to content

Commit

Permalink
chore: Upgrade golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
oxyno-zeta committed Sep 22, 2021
1 parent 20fdd87 commit 8775783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ ifndef HAS_GOLANGCI_LINT
ifndef HAS_CURL
$(error You must install curl)
endif
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(shell go env GOPATH)/bin v1.41.1
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(shell go env GOPATH)/bin v1.42.1
endif
ifndef HAS_GIT
$(error You must install Git)
Expand Down

0 comments on commit 8775783

Please # to comment.