Skip to content

Commit

Permalink
chore: update ginkgo version for e2e test (#403)
Browse files Browse the repository at this point in the history
**Reason for Change**:
As a result of bumping the ginkgo package in go.mod #394 , the local
binary version needs to be the same one.
**Requirements**

- [ ] added unit tests and e2e tests (if applicable).

**Issue Fixed**:
<!-- If this PR fixes GitHub issue 4321, add "Fixes #4321" to the next
line. -->

**Notes for Reviewers**:

Signed-off-by: Heba <[email protected]>
  • Loading branch information
helayoty authored May 11, 2024
1 parent 2f6e1d9 commit 2c05921
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 @@ -19,7 +19,7 @@ GOLANGCI_LINT := $(abspath $(TOOLS_BIN_DIR)/$(GOLANGCI_LINT_BIN)-$(GOLANGCI_LINT
E2E_TEST_BIN := e2e.test
E2E_TEST := $(BIN_DIR)/$(E2E_TEST_BIN)

GINKGO_VER := v2.17.1
GINKGO_VER := v2.17.3
GINKGO_BIN := ginkgo
GINKGO := $(TOOLS_BIN_DIR)/$(GINKGO_BIN)-$(GINKGO_VER)

Expand Down

0 comments on commit 2c05921

Please sign in to comment.