diff --git a/Makefile b/Makefile index e8aaca0..b7b0556 100644 --- a/Makefile +++ b/Makefile @@ -225,7 +225,7 @@ ginkgo: $(call go-install-tool,$(GINKGO),github.com/onsi/ginkgo/v2/ginkgo) CT := $(LOCALBIN)/ct -CT_VERSION := v3.12.0 +CT_VERSION := v3.13.0 CT_LOOKUP := helm/chart-testing ct: @test -s $(CT) && $(CT) version | grep -q $(CT_VERSION) || \