File tree Expand file tree Collapse file tree 4 files changed +12
-6
lines changed Expand file tree Collapse file tree 4 files changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -23,11 +23,11 @@ $(BINGO): $(BINGO_DIR)/bingo.mod
2323 @echo " (re)installing $( GOBIN) /bingo-v0.9.0"
2424 @cd $(BINGO_DIR ) && GOWORK=off $(GO ) build -mod=mod -modfile=bingo.mod -o=$(GOBIN ) /bingo-v0.9.0 " github.com/bwplotka/bingo"
2525
26- GINKGO := $(GOBIN ) /ginkgo-v2.22.2
26+ GINKGO := $(GOBIN ) /ginkgo-v2.23.3
2727$(GINKGO ) : $(BINGO_DIR ) /ginkgo.mod
2828 @# Install binary/ries using Go 1.14+ build command. This is using bwplotka/bingo-controlled, separate go module with pinned dependencies.
29- @echo " (re)installing $( GOBIN) /ginkgo-v2.22.2 "
30- @cd $(BINGO_DIR ) && GOWORK=off $(GO ) build -mod=mod -modfile=ginkgo.mod -o=$(GOBIN ) /ginkgo-v2.22.2 " github.com/onsi/ginkgo/v2/ginkgo"
29+ @echo " (re)installing $( GOBIN) /ginkgo-v2.23.3 "
30+ @cd $(BINGO_DIR ) && GOWORK=off $(GO ) build -mod=mod -modfile=ginkgo.mod -o=$(GOBIN ) /ginkgo-v2.23.3 " github.com/onsi/ginkgo/v2/ginkgo"
3131
3232GOLANGCI_LINT := $(GOBIN ) /golangci-lint-v1.63.4
3333$(GOLANGCI_LINT ) : $(BINGO_DIR ) /golangci-lint.mod
Original file line number Diff line number Diff line change 11module _ // Auto generated by https://github.com/bwplotka/bingo. DO NOT EDIT
22
3- go 1.22.2
3+ go 1.23.0
44
5- require github.com/onsi/ginkgo/v2 v2.22.2 // ginkgo
5+ require github.com/onsi/ginkgo/v2 v2.23.3 // ginkgo
Original file line number Diff line number Diff line change @@ -41,6 +41,10 @@ github.com/onsi/ginkgo/v2 v2.20.2 h1:7NVCeyIWROIAheY21RLS+3j2bb52W0W82tkberYytp4
4141github.com/onsi/ginkgo/v2 v2.20.2/go.mod h1:K9gyxPIlb+aIvnZ8bd9Ak+YP18w3APlR+5coaZoE2ag=
4242github.com/onsi/ginkgo/v2 v2.22.2 h1:/3X8Panh8/WwhU/3Ssa6rCKqPLuAkVY2I0RoyDLySlU=
4343github.com/onsi/ginkgo/v2 v2.22.2/go.mod h1:oeMosUL+8LtarXBHu/c0bx2D/K9zyQ6uX3cTyztHwsk=
44+ github.com/onsi/ginkgo/v2 v2.23.2 h1:LYLd7Wz401p0N7xR8y7WL6D2QZwKpbirDg0EVIvzvMM=
45+ github.com/onsi/ginkgo/v2 v2.23.2/go.mod h1:zXTP6xIp3U8aVuXN8ENK9IXRaTjFnpVB9mGmaSRvxnM=
46+ github.com/onsi/ginkgo/v2 v2.23.3 h1:edHxnszytJ4lD9D5Jjc4tiDkPBZ3siDeJJkUZJJVkp0=
47+ github.com/onsi/ginkgo/v2 v2.23.3/go.mod h1:zXTP6xIp3U8aVuXN8ENK9IXRaTjFnpVB9mGmaSRvxnM=
4448github.com/onsi/gomega v1.7.1/go.mod h1:XdKZgCCFLUoM/7CFJVPcG8C1xQ1AJ0vpAezJrB7JYyY=
4549github.com/onsi/gomega v1.10.1/go.mod h1:iN09h71vgCQne3DLsj+A5owkum+a2tYe+TOCB1ybHNo=
4650github.com/onsi/gomega v1.17.0/go.mod h1:HnhC7FXeEQY45zxNK3PPoIUhzk/80Xly9PcubAlGdZY=
@@ -85,6 +89,8 @@ golang.org/x/tools v0.24.0 h1:J1shsA93PJUEVaUSaay7UXAyE8aimq3GW0pjlolpa24=
8589golang.org/x/tools v0.24.0/go.mod h1:YhNqVBIfWHdzvTLs0d8LCuMhkKUgSUKldakyV7W/WDQ=
8690golang.org/x/tools v0.28.0 h1:WuB6qZ4RPCQo5aP3WdKZS7i595EdWqWR8vqJTlwTVK8=
8791golang.org/x/tools v0.28.0/go.mod h1:dcIOrVd3mfQKTgrDVQHqCPMWy6lnhfhtX3hLXYVLfRw=
92+ golang.org/x/tools v0.30.0 h1:BgcpHewrV5AUp2G9MebG4XPFI1E2W41zU1SaqVA9vJY=
93+ golang.org/x/tools v0.30.0/go.mod h1:c347cR/OJfw5TI+GfX7RUPNMdDRRbjvYTS0jPyvsVtY=
8894golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
8995golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
9096golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
Original file line number Diff line number Diff line change 1010
1111BINGO = " ${ GOBIN } /bingo-v0.9.0"
1212
13- GINKGO = " ${ GOBIN } /ginkgo-v2.22.2 "
13+ GINKGO = " ${ GOBIN } /ginkgo-v2.23.3 "
1414
1515GOLANGCI_LINT = " ${ GOBIN } /golangci-lint-v1.63.4"
1616
You can’t perform that action at this time.
0 commit comments