Skip to content

Commit

Permalink
Merge pull request #3 from furkatgofurov7/bump-ginkgo
Browse files Browse the repository at this point in the history
Update Makefile
  • Loading branch information
furkatgofurov7 authored Jan 24, 2024
2 parents fa7b284 + eaf30d6 commit 7258fe1
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 @@ -99,7 +99,7 @@ GOLANGCI_LINT_VER := v1.55.1
GOLANGCI_LINT_BIN := golangci-lint
GOLANGCI_LINT := $(abspath $(TOOLS_BIN_DIR)/$(GOLANGCI_LINT_BIN))

GINKGO_VER := v2.9.4
GINKGO_VER := v2.14.0
GINKGO_BIN := ginkgo
GINKGO := $(abspath $(TOOLS_BIN_DIR)/$(GINKGO_BIN)-$(GINKGO_VER))
GINKGO_PKG := github.com/onsi/ginkgo/v2/ginkgo
Expand Down

0 comments on commit 7258fe1

Please sign in to comment.