chore(lint): Update version of golangci-lint

Updating this helps resolve some false positives that were happening in
CI when detecting linter issues on PRs.

(cherry picked from commit cd21f10a3b)
pull/4099/head
Timothy Messier 2 years ago
parent 97aa5ffeed
commit 033d56a734
No known key found for this signature in database
GPG Key ID: EFD2F184F7600572

@ -37,7 +37,7 @@ golangci-lint:
if [ "$(GOLINT_INSTALLED)" = "" ]; then \
curl -sSfL \
https://raw.githubusercontent.com/golangci/golangci-lint/9a8a056e9fe49c0e9ed2287aedce1022c79a115b/install.sh | sh -s -- -b $(GO_PATH)/bin v1.52.2; \
https://raw.githubusercontent.com/golangci/golangci-lint/9a8a056e9fe49c0e9ed2287aedce1022c79a115b/install.sh | sh -s -- -b $(GO_PATH)/bin v1.55.2; \
fi;
.PHONY: cleangen

Loading…
Cancel
Save