We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f20456 commit 804fbbeCopy full SHA for 804fbbe
.github/workflows/golangci-lint.yml
@@ -36,4 +36,4 @@ jobs:
36
uses: golangci/golangci-lint-action@a4f60bb28d35aeee14e6880718e0c85ff1882e64 # v6.0.1
37
with:
38
args: --verbose
39
- version: v1.59.0
+ version: v1.59.1
Makefile.common
@@ -61,7 +61,7 @@ PROMU_URL := https://github.com/prometheus/promu/releases/download/v$(PROMU_
61
SKIP_GOLANGCI_LINT :=
62
GOLANGCI_LINT :=
63
GOLANGCI_LINT_OPTS ?=
64
-GOLANGCI_LINT_VERSION ?= v1.59.0
+GOLANGCI_LINT_VERSION ?= v1.59.1
65
# golangci-lint only supports linux, darwin and windows platforms on i386/amd64/arm64.
66
# windows isn't included here because of the path separator being different.
67
ifeq ($(GOHOSTOS),$(filter $(GOHOSTOS),linux darwin))
0 commit comments