Skip to content

Commit 1b4fa3e

Browse files
authored
Removes leftovers from Ginkgo (#561)
Signed-off-by: Mikalai Radchuk <[email protected]>
1 parent 6cb7029 commit 1b4fa3e

File tree

5 files changed

+0
-36
lines changed

5 files changed

+0
-36
lines changed

.bingo/Variables.mk

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,6 @@ $(CONTROLLER_GEN): $(BINGO_DIR)/controller-gen.mod
2929
@echo "(re)installing $(GOBIN)/controller-gen-v0.12.0"
3030
@cd $(BINGO_DIR) && GOWORK=off $(GO) build -mod=mod -modfile=controller-gen.mod -o=$(GOBIN)/controller-gen-v0.12.0 "sigs.k8s.io/controller-tools/cmd/controller-gen"
3131

32-
GINKGO := $(GOBIN)/ginkgo-v2.1.4
33-
$(GINKGO): $(BINGO_DIR)/ginkgo.mod
34-
@# Install binary/ries using Go 1.14+ build command. This is using bwplotka/bingo-controlled, separate go module with pinned dependencies.
35-
@echo "(re)installing $(GOBIN)/ginkgo-v2.1.4"
36-
@cd $(BINGO_DIR) && GOWORK=off $(GO) build -mod=mod -modfile=ginkgo.mod -o=$(GOBIN)/ginkgo-v2.1.4 "github.com/onsi/ginkgo/v2/ginkgo"
37-
3832
GOLANGCI_LINT := $(GOBIN)/golangci-lint-v1.53.3
3933
$(GOLANGCI_LINT): $(BINGO_DIR)/golangci-lint.mod
4034
@# Install binary/ries using Go 1.14+ build command. This is using bwplotka/bingo-controlled, separate go module with pinned dependencies.
@@ -76,4 +70,3 @@ $(SETUP_ENVTEST): $(BINGO_DIR)/setup-envtest.mod
7670
@# Install binary/ries using Go 1.14+ build command. This is using bwplotka/bingo-controlled, separate go module with pinned dependencies.
7771
@echo "(re)installing $(GOBIN)/setup-envtest-v0.0.0-20230606045100-e54088c8c7da"
7872
@cd $(BINGO_DIR) && GOWORK=off $(GO) build -mod=mod -modfile=setup-envtest.mod -o=$(GOBIN)/setup-envtest-v0.0.0-20230606045100-e54088c8c7da "sigs.k8s.io/controller-runtime/tools/setup-envtest"
79-

.bingo/ginkgo.mod

Lines changed: 0 additions & 5 deletions
This file was deleted.

.bingo/ginkgo.sum

Lines changed: 0 additions & 20 deletions
This file was deleted.

.bingo/variables.env

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ BINGO="${GOBIN}/bingo-v0.8.0"
1212

1313
CONTROLLER_GEN="${GOBIN}/controller-gen-v0.12.0"
1414

15-
GINKGO="${GOBIN}/ginkgo-v2.1.4"
16-
1715
GOLANGCI_LINT="${GOBIN}/golangci-lint-v1.53.3"
1816

1917
GORELEASER="${GOBIN}/goreleaser-v1.16.2"
@@ -27,4 +25,3 @@ OPERATOR_SDK="${GOBIN}/operator-sdk-v1.31.0"
2725
OPM="${GOBIN}/opm-v1.28.0"
2826

2927
SETUP_ENVTEST="${GOBIN}/setup-envtest-v0.0.0-20230606045100-e54088c8c7da"
30-

.golangci.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ linters:
77
- asciicheck
88
- bodyclose
99
- errorlint
10-
- ginkgolinter
1110
- gofmt
1211
- goimports
1312
- gosec

0 commit comments

Comments
 (0)