From 82800c289483ec326db0a13ef61a8d6d2d22c8b8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 15:44:41 +0000 Subject: [PATCH] chore(deps): update dependency golangci/golangci-lint to v1.63.0 --- .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 2d6a2be9..ff735000 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.62.2" + GOLANGCI_LINT_VERSION: "v1.63.0" GOLANG_VERSION: "^1.23.0" jobs: changes: diff --git a/Makefile b/Makefile index fcce750f..90a54b9a 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.62.2" +GOLANGCI_LINT_VERSION := "v1.63.0" .DEFAULT_GOAL := code/lint