Skip to content

Commit

Permalink
Align Makefile Ginkgo version with go.mod
Browse files Browse the repository at this point in the history
Tests can fail due to mistmatch
  • Loading branch information
razo7 committed Dec 11, 2024
1 parent 37b3ebf commit 86a9171
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 @@ -9,7 +9,7 @@ ENVTEST_VERSION ?= v0.0.0-20240112123317-48d9a7b44e54
# See https://pkg.go.dev/golang.org/x/tools/cmd/goimports?tab=versions for the last version
GOIMPORTS_VERSION ?= v0.17.0
# See https://github.com/onsi/ginkgo/releases for the last version
GINKGO_VERSION ?= v2.14.0
GINKGO_VERSION ?= v2.22.0
# See github.com/operator-framework/operator-registry/releases for the last version
OPM_VERSION ?= v1.35.0
# See github.com/operator-framework/operator-sdk/releases for the last version
Expand Down

0 comments on commit 86a9171

Please sign in to comment.