diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index b1428db25..3b2e71f4b 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -32,7 +32,7 @@ jobs: - name: Lint Go uses: golangci/golangci-lint-action@4696ba8babb6127d732c3c6dde519db15edab9ea # v6.5.1 with: - version: v1.64.6 # renovate: datasource=github-tags depName=golangci/golangci-lint + version: v1.64.8 # renovate: datasource=github-tags depName=golangci/golangci-lint actionlint: name: Actionlint diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 08dbf99d1..d4e880678 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: v1.64.6 + rev: v1.64.8 hooks: - id: golangci-lint-full diff --git a/Makefile b/Makefile index 0c7ce732a..bdac4e51b 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ VERSION = 1.4.0 TAG = $(VERSION) PREFIX = nginx/nginx-prometheus-exporter # renovate: datasource=github-tags depName=golangci/golangci-lint -GOLANGCI_LINT_VERSION = v1.64.6 +GOLANGCI_LINT_VERSION = v1.64.8 .DEFAULT_GOAL:=nginx-prometheus-exporter