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 8968b6c commit 29a2d2cCopy full SHA for 29a2d2c
.github/workflows/golangci-lint.yml
@@ -36,4 +36,4 @@ jobs:
36
uses: golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86 # v6.1.0
37
with:
38
args: --verbose
39
- version: v1.60.1
+ version: v1.60.2
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.60.1
+GOLANGCI_LINT_VERSION ?= v1.60.2
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