1
0
mirror of https://github.com/nginxinc/nginx-prometheus-exporter.git synced 2025-04-18 12:45:02 +03:00

Update dependency golangci/golangci-lint to v1.64.8 (#1006)

| datasource  | package                | from    | to      |
| ----------- | ---------------------- | ------- | ------- |
| github-tags | golangci/golangci-lint | v1.64.6 | v1.64.8 |

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-03-17 21:06:10 +00:00 committed by GitHub
parent d830bf2642
commit d49d758e46
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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