From 6bba0740b8c553abf897ccf11900abc0f9e331fe Mon Sep 17 00:00:00 2001 From: Christian Kotzbauer Date: Fri, 5 Aug 2022 08:47:48 +0200 Subject: [PATCH] build: update golangci-lint --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a36f9111..48f12e84 100644 --- a/Makefile +++ b/Makefile @@ -33,5 +33,5 @@ $(TEMPDIR): .PHONY: bootstrap-tools bootstrap-tools: $(TEMPDIR) - curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(TEMPDIR)/ v1.46.2 + curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(TEMPDIR)/ v1.48.0 curl -sfL https://raw.githubusercontent.com/securego/gosec/master/install.sh | sh -s -- -b $(TEMPDIR)/ v2.12.0