Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e90ee4b

Browse files
perdasilvaPer Goncalves da Silvatmshort
authoredAug 27, 2024··
🌱 bump all the things (#3374)
* update libraries Signed-off-by: Per Goncalves da Silva <[email protected]> * update vendor Signed-off-by: Per Goncalves da Silva <[email protected]> * update generated code Signed-off-by: Per Goncalves da Silva <[email protected]> * fixes Signed-off-by: Per Goncalves da Silva <[email protected]> * Update to generics Signed-off-by: Todd Short <[email protected]> * Separate out e2e flakes Signed-off-by: Todd Short <[email protected]> --------- Signed-off-by: Per Goncalves da Silva <[email protected]> Signed-off-by: Todd Short <[email protected]> Co-authored-by: Per Goncalves da Silva <[email protected]> Co-authored-by: Todd Short <[email protected]>
1 parent 27f347e commit e90ee4b

File tree

2,322 files changed

+91344
-59871
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,322 files changed

+91344
-59871
lines changed
 

‎.bingo/Variables.mk

+3-3
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ $(KIND): $(BINGO_DIR)/kind.mod
4141
@echo "(re)installing $(GOBIN)/kind-v0.23.0"
4242
@cd $(BINGO_DIR) && GOWORK=off $(GO) build -mod=mod -modfile=kind.mod -o=$(GOBIN)/kind-v0.23.0 "sigs.k8s.io/kind"
4343

44-
SETUP_ENVTEST := $(GOBIN)/setup-envtest-v0.0.0-20240522175850-2e9781e9fc60
44+
SETUP_ENVTEST := $(GOBIN)/setup-envtest-v0.0.0-20240813183042-b901db121e1f
4545
$(SETUP_ENVTEST): $(BINGO_DIR)/setup-envtest.mod
4646
@# 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)/setup-envtest-v0.0.0-20240522175850-2e9781e9fc60"
48-
@cd $(BINGO_DIR) && GOWORK=off $(GO) build -mod=mod -modfile=setup-envtest.mod -o=$(GOBIN)/setup-envtest-v0.0.0-20240522175850-2e9781e9fc60 "sigs.k8s.io/controller-runtime/tools/setup-envtest"
47+
@echo "(re)installing $(GOBIN)/setup-envtest-v0.0.0-20240813183042-b901db121e1f"
48+
@cd $(BINGO_DIR) && GOWORK=off $(GO) build -mod=mod -modfile=setup-envtest.mod -o=$(GOBIN)/setup-envtest-v0.0.0-20240813183042-b901db121e1f "sigs.k8s.io/controller-runtime/tools/setup-envtest"
4949

5050
YQ := $(GOBIN)/yq-v3.0.0-20201202084205-8846255d1c37
5151
$(YQ): $(BINGO_DIR)/yq.mod

‎.bingo/setup-envtest.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ go 1.22.0
44

55
toolchain go1.22.3
66

7-
require sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20240522175850-2e9781e9fc60
7+
require sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20240813183042-b901db121e1f

0 commit comments

Comments
 (0)
Please sign in to comment.