Skip to content

Commit

Permalink
Merge pull request #283 from gianlucam76/makefile-fix
Browse files Browse the repository at this point in the history
Fix Makefile
  • Loading branch information
gianlucam76 authored Apr 5, 2024
2 parents ee2d118 + d93f7ed commit 1a9bf2d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ GOBUILD=go build
CONTROLLER_GEN := $(TOOLS_BIN_DIR)/controller-gen
GOIMPORTS := $(TOOLS_BIN_DIR)/goimports
GOLANGCI_LINT := $(TOOLS_BIN_DIR)/golangci-lint
KUSTOMIZE := $(TOOLS_BIN_DIR)/kustomize
GINKGO := $(TOOLS_BIN_DIR)/ginkgo

GOLANGCI_LINT_VERSION := "v1.55.2"
Expand Down

0 comments on commit 1a9bf2d

Please sign in to comment.