diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 04fcf3bb..d7adddd5 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -32,7 +32,7 @@ jobs: - name: Lint Go uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0 with: - version: v2.2.1 # renovate: datasource=github-tags depName=golangci/golangci-lint + version: v2.3.0 # renovate: datasource=github-tags depName=golangci/golangci-lint actionlint: name: Actionlint diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c89937b7..af5c78e3 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.2.1 + rev: v2.3.0 hooks: - id: golangci-lint-full diff --git a/Makefile b/Makefile index 5cbc5add..dfca4c4c 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ VERSION = 1.4.2 TAG = $(VERSION) PREFIX = nginx/nginx-prometheus-exporter # renovate: datasource=github-tags depName=golangci/golangci-lint -GOLANGCI_LINT_VERSION = v2.2.1 +GOLANGCI_LINT_VERSION = v2.3.0 .DEFAULT_GOAL:=nginx-prometheus-exporter