From 23ec9a34bf0526286cf0ae17e8878908f2dbaff7 Mon Sep 17 00:00:00 2001 From: Brandon Palm Date: Wed, 26 Oct 2022 14:37:10 -0500 Subject: [PATCH] Update GolangCI-Lint to v1.50.1 (#10) --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 2836976..e2ee897 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,5 @@ +GOLANGCI_VERSION=v1.50.1 + lint: golangci-lint run # Install golangci-lint