From 90c1cf3c3aa9d3206a53cf88d24a9cefac386eeb Mon Sep 17 00:00:00 2001 From: Armel Soro Date: Fri, 20 Dec 2024 15:31:59 +0100 Subject: [PATCH] Update the version of the Ginkgo binary to match the lib version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 973b8965..2e1948ae 100644 --- a/Makefile +++ b/Makefile @@ -384,7 +384,7 @@ ENVTEST_VERSION ?= release-0.17 GOLANGCI_LINT_VERSION ?= v1.59.1 GOIMPORTS_VERSION ?= v0.16.1 GOSEC_VERSION ?= v2.20.0 -GINKGO_VERSION ?= v2.22.0 +GINKGO_VERSION ?= v2.22.1 ## Gosec options - default format is sarif so we can integrate with Github code scanning GOSEC_FMT ?= sarif # for other options, see https://github.com/securego/gosec#output-formats