From 5d476e430ae27021493aca3ada05b299a7122d8d Mon Sep 17 00:00:00 2001 From: Brandon Palm Date: Tue, 26 Nov 2024 16:30:52 -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 9c7b5d9..a5a27b0 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -118,6 +118,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 1a583f8..f69b49e 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ GO_PACKAGES=$(shell go list ./... | grep -v vendor) vet OCT_TOOL_NAME=oct -GOLANGCI_VERSION=v1.60.3 +GOLANGCI_VERSION=v1.62.2 # Run the unit tests and build all binaries build: