From a6c9d367c793b52db1d4dbc02c2a29a4b5eeda93 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Dec 2025 18:33:07 +0000 Subject: [PATCH] Update golangci/golangci-lint Docker tag to v2.7.2 | datasource | package | from | to | | ----------- | ---------------------- | ------ | ------ | | docker | golangci/golangci-lint | v2.6.2 | v2.7.2 | | github-tags | golangci/golangci-lint | v2.6.2 | v2.7.2 | 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 0d9866bcc5..71a4e26e7d 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.6.2 + rev: v2.7.2 hooks: - id: golangci-lint args: [--new-from-patch=/tmp/diff.patch] diff --git a/Makefile b/Makefile index bf8472c8ac..b1e8f2d396 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.6.2 ## The version of golangci-lint to use +GOLANGCI_LINT_VERSION ?= v2.7.2 ## The version of golangci-lint to use # renovate: datasource=go depName=golang.org/x/tools GOIMPORTS_VERSION ?= v0.39.0 ## The version of goimports to use # renovate: datasource=go depName=mvdan.cc/gofumpt