Skip to content

Commit 4590ca5

Browse files
authored
Update bingo's ginkgo to v2.22.0 (#486)
dependabot updated go.mod, but didn't know about bingo Signed-off-by: Todd Short <[email protected]>
1 parent 0dbef9b commit 4590ca5

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

.bingo/Variables.mk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ $(CRD_DIFF): $(BINGO_DIR)/crd-diff.mod
3535
@echo "(re)installing $(GOBIN)/crd-diff-v0.1.0"
3636
@cd $(BINGO_DIR) && GOWORK=off $(GO) build -mod=mod -modfile=crd-diff.mod -o=$(GOBIN)/crd-diff-v0.1.0 "github.com/everettraven/crd-diff"
3737

38-
GINKGO := $(GOBIN)/ginkgo-v2.21.0
38+
GINKGO := $(GOBIN)/ginkgo-v2.22.0
3939
$(GINKGO): $(BINGO_DIR)/ginkgo.mod
4040
@# Install binary/ries using Go 1.14+ build command. This is using bwplotka/bingo-controlled, separate go module with pinned dependencies.
41-
@echo "(re)installing $(GOBIN)/ginkgo-v2.21.0"
42-
@cd $(BINGO_DIR) && GOWORK=off $(GO) build -mod=mod -modfile=ginkgo.mod -o=$(GOBIN)/ginkgo-v2.21.0 "github.com/onsi/ginkgo/v2/ginkgo"
41+
@echo "(re)installing $(GOBIN)/ginkgo-v2.22.0"
42+
@cd $(BINGO_DIR) && GOWORK=off $(GO) build -mod=mod -modfile=ginkgo.mod -o=$(GOBIN)/ginkgo-v2.22.0 "github.com/onsi/ginkgo/v2/ginkgo"
4343

4444
GOLANGCI_LINT := $(GOBIN)/golangci-lint-v1.60.3
4545
$(GOLANGCI_LINT): $(BINGO_DIR)/golangci-lint.mod

.bingo/ginkgo.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ go 1.22.0
44

55
toolchain go1.23.0
66

7-
require github.com/onsi/ginkgo/v2 v2.21.0 // ginkgo
7+
require github.com/onsi/ginkgo/v2 v2.22.0 // ginkgo

.bingo/ginkgo.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ github.com/onsi/ginkgo/v2 v2.20.2 h1:7NVCeyIWROIAheY21RLS+3j2bb52W0W82tkberYytp4
2626
github.com/onsi/ginkgo/v2 v2.20.2/go.mod h1:K9gyxPIlb+aIvnZ8bd9Ak+YP18w3APlR+5coaZoE2ag=
2727
github.com/onsi/ginkgo/v2 v2.21.0 h1:7rg/4f3rB88pb5obDgNZrNHrQ4e6WpjonchcpuBRnZM=
2828
github.com/onsi/ginkgo/v2 v2.21.0/go.mod h1:7Du3c42kxCUegi0IImZ1wUQzMBVecgIHjR1C+NkhLQo=
29+
github.com/onsi/ginkgo/v2 v2.22.0 h1:Yed107/8DjTr0lKCNt7Dn8yQ6ybuDRQoMGrNFKzMfHg=
30+
github.com/onsi/ginkgo/v2 v2.22.0/go.mod h1:7Du3c42kxCUegi0IImZ1wUQzMBVecgIHjR1C+NkhLQo=
2931
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
3032
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
3133
github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=

.bingo/variables.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ CONTROLLER_GEN="${GOBIN}/controller-gen-v0.16.1"
1414

1515
CRD_DIFF="${GOBIN}/crd-diff-v0.1.0"
1616

17-
GINKGO="${GOBIN}/ginkgo-v2.21.0"
17+
GINKGO="${GOBIN}/ginkgo-v2.22.0"
1818

1919
GOLANGCI_LINT="${GOBIN}/golangci-lint-v1.60.3"
2020

0 commit comments

Comments
 (0)