From 68133414f42483c5122d2fe6916e179cbbb9d756 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 f9674afe4..33099fac7 100644 --- a/Makefile +++ b/Makefile @@ -619,7 +619,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