Skip to content

Commit

Permalink
Merge pull request #1524 from Nordix/mquhuy/fix-ginkgo-version-mismatch
Browse files Browse the repository at this point in the history
馃悰 Fix ginkgo version mismatch between cli and import package in e2e
  • Loading branch information
metal3-io-bot committed Jan 19, 2024
2 parents e6bb1d6 + 36a6bdd commit b6c33b7
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 @@ -24,7 +24,7 @@ CRD_OPTIONS ?= "crd:allowDangerousTypes=true,crdVersions=v1"
KUSTOMIZE = tools/bin/kustomize
CONTROLLER_GEN = tools/bin/controller-gen
GINKGO = tools/bin/ginkgo
GINKGO_VER = v2.13.0
GINKGO_VER = v2.13.2

# See pkg/version.go for details
SOURCE_GIT_COMMIT ?= $(shell git rev-parse --short HEAD)
Expand Down

0 comments on commit b6c33b7

Please sign in to comment.