From 52e1ea1e5a06106aa1d5cf63954772440a08251c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Dec 2025 21:26:13 +0000 Subject: [PATCH] Update dependency golangci/golangci-lint to v2.7.2 | datasource | package | from | to | | ----------- | ---------------------- | ------ | ------ | | github-tags | golangci/golangci-lint | v2.5.0 | v2.7.2 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/lint.yml | 2 +- .pre-commit-config.yaml | 2 +- Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 747a6a57c..6d1392650 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -32,7 +32,7 @@ jobs: - name: Lint Go uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0 with: - version: v2.5.0 # renovate: datasource=github-tags depName=golangci/golangci-lint + version: v2.7.2 # renovate: datasource=github-tags depName=golangci/golangci-lint actionlint: name: Actionlint diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 74628e404..8bfdc2cb3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,7 +26,7 @@ repos: - id: fix-byte-order-marker - repo: https://github.com/golangci/golangci-lint - rev: v2.5.0 + rev: v2.7.2 hooks: - id: golangci-lint-full diff --git a/Makefile b/Makefile index df9047a99..38b8e9a0a 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ VERSION = 1.5.1 TAG = $(VERSION) PREFIX = nginx/nginx-prometheus-exporter # renovate: datasource=github-tags depName=golangci/golangci-lint -GOLANGCI_LINT_VERSION = v2.5.0 +GOLANGCI_LINT_VERSION = v2.7.2 .DEFAULT_GOAL:=nginx-prometheus-exporter