Skip to content

Commit

Permalink
chore(deps): update tool github.com/golangci/golangci-lint/cmd/golang…
Browse files Browse the repository at this point in the history
…ci-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]>
  • Loading branch information
renovate[bot] and swiatekm authored Jan 3, 2025
1 parent 25c5cfa commit 01abcc3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,6 @@ issues:
- linters:
- gci
source: "// \\+kubebuilder"
# For some reason goheader complains about these files, even though the headers are correct
- linters:
- goheader
path: upgrade_strategy\.go

linters:
enable:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ KUSTOMIZE_VERSION ?= v5.5.0
# renovate: datasource=go depName=sigs.k8s.io/controller-tools/cmd/controller-gen
CONTROLLER_TOOLS_VERSION ?= v0.17.0
# renovate: datasource=go depName=github.com/golangci/golangci-lint/cmd/golangci-lint
GOLANGCI_LINT_VERSION ?= v1.63.2
GOLANGCI_LINT_VERSION ?= v1.63.3
# renovate: datasource=go depName=sigs.k8s.io/kind
KIND_VERSION ?= v0.26.0
# renovate: datasource=go depName=github.com/kyverno/chainsaw
Expand Down

0 comments on commit 01abcc3

Please sign in to comment.