Skip to content

Commit 01abcc3

Browse files
chore(deps): update tool github.com/golangci/golangci-lint/cmd/golangci-lint to v1.63.3 (#3591)
* chore(deps): update tool github.com/golangci/golangci-lint/cmd/golangci-lint to v1.63.3 * Run goheader on upgrade_strategy.go again The original issue was fixed in golangci-lint 1.63.3. --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Mikołaj Świątek <[email protected]>
1 parent 25c5cfa commit 01abcc3

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.golangci.yaml

-4
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,6 @@ issues:
5757
- linters:
5858
- gci
5959
source: "// \\+kubebuilder"
60-
# For some reason goheader complains about these files, even though the headers are correct
61-
- linters:
62-
- goheader
63-
path: upgrade_strategy\.go
6460

6561
linters:
6662
enable:

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ KUSTOMIZE_VERSION ?= v5.5.0
496496
# renovate: datasource=go depName=sigs.k8s.io/controller-tools/cmd/controller-gen
497497
CONTROLLER_TOOLS_VERSION ?= v0.17.0
498498
# renovate: datasource=go depName=github.com/golangci/golangci-lint/cmd/golangci-lint
499-
GOLANGCI_LINT_VERSION ?= v1.63.2
499+
GOLANGCI_LINT_VERSION ?= v1.63.3
500500
# renovate: datasource=go depName=sigs.k8s.io/kind
501501
KIND_VERSION ?= v0.26.0
502502
# renovate: datasource=go depName=github.com/kyverno/chainsaw

0 commit comments

Comments
 (0)