File tree Expand file tree Collapse file tree 5 files changed +2
-23
lines changed
Expand file tree Collapse file tree 5 files changed +2
-23
lines changed Original file line number Diff line number Diff line change @@ -41,12 +41,6 @@ $(CRD_REF_DOCS): $(BINGO_DIR)/crd-ref-docs.mod
4141 @echo " (re)installing $( GOBIN) /crd-ref-docs-v0.1.0"
4242 @cd $(BINGO_DIR ) && GOWORK=off $(GO ) build -mod=mod -modfile=crd-ref-docs.mod -o=$(GOBIN ) /crd-ref-docs-v0.1.0 " github.com/elastic/crd-ref-docs"
4343
44- GINKGO := $(GOBIN ) /ginkgo-v2.22.2
45- $(GINKGO ) : $(BINGO_DIR ) /ginkgo.mod
46- @# Install binary/ries using Go 1.14+ build command. This is using bwplotka/bingo-controlled, separate go module with pinned dependencies.
47- @echo " (re)installing $( GOBIN) /ginkgo-v2.22.2"
48- @cd $(BINGO_DIR ) && GOWORK=off $(GO ) build -mod=mod -modfile=ginkgo.mod -o=$(GOBIN ) /ginkgo-v2.22.2 " github.com/onsi/ginkgo/v2/ginkgo"
49-
5044GOLANGCI_LINT := $(GOBIN ) /golangci-lint-v1.63.4
5145$(GOLANGCI_LINT ) : $(BINGO_DIR ) /golangci-lint.mod
5246 @# Install binary/ries using Go 1.14+ build command. This is using bwplotka/bingo-controlled, separate go module with pinned dependencies.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -16,8 +16,6 @@ CRD_DIFF="${GOBIN}/crd-diff-v0.1.0"
1616
1717CRD_REF_DOCS = " ${ GOBIN } /crd-ref-docs-v0.1.0"
1818
19- GINKGO = " ${ GOBIN } /ginkgo-v2.22.2"
20-
2119GOLANGCI_LINT = " ${ GOBIN } /golangci-lint-v1.63.4"
2220
2321GORELEASER = " ${ GOBIN } /goreleaser-v1.26.2"
Original file line number Diff line number Diff line change @@ -44,6 +44,8 @@ TESTDATA_DIR := testdata
4444CATALOGD_NAMESPACE := olmv1-system
4545KIND_CLUSTER_IMAGE := kindest/node:v1.30.0@sha256:047357ac0cfea04663786a612ba1eaba9702bef25227a794b52890dd8bcd692e
4646
47+ GINKGO := go run github.com/onsi/ginkgo/v2/ginkgo
48+
4749# #@ General
4850
4951# The help target prints out all targets with their descriptions organized
You can’t perform that action at this time.
0 commit comments