File tree Expand file tree Collapse file tree 5 files changed +0
-36
lines changed Expand file tree Collapse file tree 5 files changed +0
-36
lines changed Original file line number Diff line number Diff line change @@ -29,12 +29,6 @@ $(CONTROLLER_GEN): $(BINGO_DIR)/controller-gen.mod
29
29
@echo " (re)installing $( GOBIN) /controller-gen-v0.12.0"
30
30
@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"
31
31
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
-
38
32
GOLANGCI_LINT := $(GOBIN ) /golangci-lint-v1.53.3
39
33
$(GOLANGCI_LINT ) : $(BINGO_DIR ) /golangci-lint.mod
40
34
@# 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
76
70
@# Install binary/ries using Go 1.14+ build command. This is using bwplotka/bingo-controlled, separate go module with pinned dependencies.
77
71
@echo " (re)installing $( GOBIN) /setup-envtest-v0.0.0-20230606045100-e54088c8c7da"
78
72
@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
-
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -12,8 +12,6 @@ BINGO="${GOBIN}/bingo-v0.8.0"
12
12
13
13
CONTROLLER_GEN = " ${ GOBIN } /controller-gen-v0.12.0"
14
14
15
- GINKGO = " ${ GOBIN } /ginkgo-v2.1.4"
16
-
17
15
GOLANGCI_LINT = " ${ GOBIN } /golangci-lint-v1.53.3"
18
16
19
17
GORELEASER = " ${ GOBIN } /goreleaser-v1.16.2"
@@ -27,4 +25,3 @@ OPERATOR_SDK="${GOBIN}/operator-sdk-v1.31.0"
27
25
OPM = " ${ GOBIN } /opm-v1.28.0"
28
26
29
27
SETUP_ENVTEST = " ${ GOBIN } /setup-envtest-v0.0.0-20230606045100-e54088c8c7da"
30
-
Original file line number Diff line number Diff line change 7
7
- asciicheck
8
8
- bodyclose
9
9
- errorlint
10
- - ginkgolinter
11
10
- gofmt
12
11
- goimports
13
12
- gosec
You can’t perform that action at this time.
0 commit comments