From 11c4083f23cce78284bd928c2673dfe3b82d3a9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patryk=20Ma=C5=82ek?= Date: Fri, 12 Nov 2021 16:50:36 +0100 Subject: [PATCH] chore(ci): bump golangci-lint to 1.43.0 (#341) --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 26a3a69d2e..d02d0b1ddb 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,5 @@ +GOLANGCI_LINT_VERSION ?= v1.43.0 + all: markdownlint yamllint .PHONY: markdownlint @@ -50,7 +52,7 @@ gomod-download-all: .PHONY: install-golint install-golangci-lint: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | \ - sh -s -- -b $(shell go env GOPATH)/bin v1.42.1 + sh -s -- -b $(shell go env GOPATH)/bin $(GOLANGCI_LINT_VERSION) .PHONY: for-all for-all: