From e1276f65e4c86169c2f662d0ae0f833eb28ed432 Mon Sep 17 00:00:00 2001 From: Richard Ramos Date: Mon, 3 Apr 2023 09:48:07 -0400 Subject: [PATCH] chore: bump golangci-lint --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7b371732..aa9c4ba7 100644 --- a/Makefile +++ b/Makefile @@ -65,7 +65,7 @@ vendor: lint-install: curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | \ - bash -s -- -b $(shell ${GOBIN} env GOPATH)/bin v1.50.0 + bash -s -- -b $(shell ${GOBIN} env GOPATH)/bin v1.52.2 lint: @echo "lint"