From 77f9a2b4005ab507f789adce2414dec9a3cf41dc Mon Sep 17 00:00:00 2001 From: Brandon Palm Date: Tue, 26 Nov 2024 17:03:33 -0600 Subject: [PATCH] Update GolangCI-lint to v1.62.2 --- .golangci.yml | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.golangci.yml b/.golangci.yml index c717e23..3e3913e 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -115,6 +115,6 @@ issues: # golangci.com configuration # https://github.com/golangci/golangci/wiki/Configuration service: - golangci-lint-version: 1.60.x # use the fixed version to not introduce new linters unexpectedly + golangci-lint-version: 1.62.x # use the fixed version to not introduce new linters unexpectedly prepare: - echo "here I can run custom commands, but no preparation needed for this repo" diff --git a/Makefile b/Makefile index a539ffe..7b7dfc7 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ else endif # Variables -GOLANGCI_VERSION=v1.60.3 +GOLANGCI_VERSION=v1.62.2 vet: go vet ${GO_PACKAGES}