Skip to content

Commit

Permalink
Update the version of the Ginkgo binary to match the lib version
Browse files Browse the repository at this point in the history
  • Loading branch information
rm3l committed Dec 20, 2024
1 parent b5cc9ee commit 90c1cf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 90c1cf3

Please sign in to comment.