diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index e5399372b..d8ae02dd4 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -32,7 +32,7 @@ jobs: - name: Lint Go uses: golangci/golangci-lint-action@051d91933864810ecd5e2ea2cfd98f6a5bca5347 # v6.3.2 with: - version: v1.63.4 # renovate: datasource=github-tags depName=golangci/golangci-lint + version: v1.64.6 # renovate: datasource=github-tags depName=golangci/golangci-lint actionlint: name: Actionlint diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 67ea695b6..e60b852a4 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.63.4 + rev: v1.64.6 hooks: - id: golangci-lint-full diff --git a/Makefile b/Makefile index bfb808203..0c7ce732a 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.63.4 +GOLANGCI_LINT_VERSION = v1.64.6 .DEFAULT_GOAL:=nginx-prometheus-exporter