From c50d969a0e79161c9d5d6f7933009253b067233e Mon Sep 17 00:00:00 2001 From: Matej Vasek Date: Tue, 9 Feb 2021 19:23:32 +0100 Subject: [NO TESTS NEEDED] Update linter Signed-off-by: Matej Vasek --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 11a46f5ce..6b9736c6e 100644 --- a/Makefile +++ b/Makefile @@ -609,7 +609,7 @@ endef .PHONY: .install.golangci-lint .install.golangci-lint: .gopathok - VERSION=1.18.0 GOBIN=$(GOBIN) sh ./hack/install_golangci.sh + VERSION=1.36.0 GOBIN=$(GOBIN) sh ./hack/install_golangci.sh .PHONY: .install.bats .install.bats: .gopathok -- cgit v1.2.3-54-g00ecf