From e091914a0638fa9d5a0136826ffebbc570dd4e57 Mon Sep 17 00:00:00 2001 From: bakito Date: Thu, 2 May 2024 23:11:50 +0200 Subject: [PATCH] fix deepcomygen --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 710d018..791f880 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ tidy: generate: deepcopy-gen @mkdir -p ./tmp @touch ./tmp/deepcopy-gen-boilerplate.go.txt - $(DEEPCOPY_GEN) -h ./tmp/deepcopy-gen-boilerplate.go.txt -i ./pkg/types + $(DEEPCOPY_GEN) --go-header-file ./tmp/deepcopy-gen-boilerplate.go.txt --bounding-dirs ./pkg/types # Run tests test: generate lint test-ci @@ -51,7 +51,7 @@ SEMVER ?= $(LOCALBIN)/semver ## Tool Versions DEEPCOPY_GEN_VERSION ?= v0.30.0 -GINKGO_VERSION ?= v2.17.1 +GINKGO_VERSION ?= v2.17.2 GOLANGCI_LINT_VERSION ?= v1.57.2 GORELEASER_VERSION ?= v1.25.1 MOCKGEN_VERSION ?= v0.4.0