Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/go_modules/github.com/onsi/gomega…
Browse files Browse the repository at this point in the history
…-1.27.10
  • Loading branch information
mergify[bot] authored Aug 22, 2023
2 parents 46a293a + bc4a272 commit 5d9f323
Show file tree
Hide file tree
Showing 10 changed files with 1,158 additions and 1,249 deletions.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ linters:
- bodyclose
- cyclop
- deadcode
- depguard
#- depguard
- dogsled
- dupl
- durationcheck
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ GO_INSTALL = ./scripts/go_install.sh
# Binaries.
CONTROLLER_GEN := go run sigs.k8s.io/controller-tools/cmd/[email protected]

GOLANGCI_LINT_VER := v1.51.2
GOLANGCI_LINT_VER := v1.53.3
GOLANGCI_LINT_BIN := golangci-lint
GOLANGCI_LINT := $(TOOLS_BIN_DIR)/$(GOLANGCI_LINT_BIN)-$(GOLANGCI_LINT_VER)

Expand Down
2 changes: 1 addition & 1 deletion api/v1beta1/tinkerbellcluster_webhook.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func (c *TinkerbellCluster) ValidateCreate() error {
}

// ValidateUpdate implements webhook.Validator so a webhook will be registered for the type.
func (c *TinkerbellCluster) ValidateUpdate(oldRaw runtime.Object) error {
func (c *TinkerbellCluster) ValidateUpdate(_ runtime.Object) error {
return nil
}

Expand Down
Loading

0 comments on commit 5d9f323

Please sign in to comment.