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 aea1a59 commit 7b39d01Copy full SHA for 7b39d01
.github/workflows/golangci-lint.yml
@@ -36,4 +36,4 @@ jobs:
36
uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # v6.1.1
37
with:
38
args: --verbose
39
- version: v1.62.0
+ version: v1.63.4
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.62.0
+GOLANGCI_LINT_VERSION ?= v1.63.4
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