From c324ccd11d0f9f551fc2c7db2390ffdfe899c1d6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 07:46:42 +0000 Subject: [PATCH] chore(deps): update dependency golangci/golangci-lint to v1.62.2 --- .github/workflows/ci.yml | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a93121b9..3dbfb9b0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ on: pull_request: {} env: # renovate: datasource=github-tags depName=golangci/golangci-lint - GOLANGCI_LINT_VERSION: "v1.61.0" + GOLANGCI_LINT_VERSION: "v1.62.2" GOLANG_VERSION: "^1.23.0" jobs: changes: diff --git a/Makefile b/Makefile index dca96672..fcce750f 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,7 @@ HAS_FIELDALIGNMENT:=$(shell command -v fieldalignment;) # ? Note: Go install versions are inline because renovate can manage them like that. # renovate: datasource=github-tags depName=golangci/golangci-lint -GOLANGCI_LINT_VERSION := "v1.61.0" +GOLANGCI_LINT_VERSION := "v1.62.2" .DEFAULT_GOAL := code/lint