From 2e19f03a5f95cea3a41c6f88e166fd3c7f5059e3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Nov 2025 17:41:40 +0000 Subject: [PATCH] Update golangci/golangci-lint Docker tag to v2.6.1 | datasource | package | from | to | | ----------- | ---------------------- | ------ | ------ | | docker | golangci/golangci-lint | v2.5.0 | v2.6.1 | | github-tags | golangci/golangci-lint | v2.5.0 | v2.6.1 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 65edd67b41..c694df7870 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -44,7 +44,7 @@ repos: pass_filenames: false - repo: https://github.com/golangci/golangci-lint - rev: v2.5.0 + rev: v2.6.1 hooks: - id: golangci-lint args: [--new-from-patch=/tmp/diff.patch] diff --git a/Makefile b/Makefile index 61ea62ad7c..7d6164d8fd 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ ARCH ?= amd64 ## The architecture of the image or binar GOOS ?= linux ## The OS of the binary. For example linux, darwin TELEMETRY_ENDPOINT ?= oss.edge.df.f5.com:443 # renovate: datasource=docker depName=golangci/golangci-lint -GOLANGCI_LINT_VERSION ?= v2.5.0 ## The version of golangci-lint to use +GOLANGCI_LINT_VERSION ?= v2.6.1 ## The version of golangci-lint to use # Additional flags added here can be accessed in main.go. # e.g. `main.version` maps to `var version` in main.go