Skip to content

Commit

Permalink
chore: Upgrade golangci-ling package
Browse files Browse the repository at this point in the history
  • Loading branch information
oxyno-zeta committed Apr 25, 2020
1 parent d2f8aa9 commit fe6d1cd
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 @@ -103,7 +103,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.24.0
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(shell go env GOPATH)/bin v1.25.0
endif
ifndef HAS_COLORGO
@echo "=> Installing colorgo tool"
Expand Down

0 comments on commit fe6d1cd

Please sign in to comment.