Skip to content

Commit

Permalink
fix: Bump Ginkgo version in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
yiannistri committed Sep 10, 2024
1 parent 462810a commit cfc7505
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 @@ -25,7 +25,7 @@ MOCKGEN_VER := v1.6.0
MOCKGEN_BIN := mockgen
MOCKGEN := $(BIN_DIR)/$(MOCKGEN_BIN)-$(MOCKGEN_VER)

GINKGO_VER := v2.20.1
GINKGO_VER := v2.20.2
GINKGO_BIN := ginkgo
GINKGO := $(BIN_DIR)/$(GINKGO_BIN)-$(GINKGO_VER)

Expand Down

0 comments on commit cfc7505

Please sign in to comment.