File tree 4 files changed +12
-6
lines changed
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
23
23
@echo " (re)installing $( GOBIN) /bingo-v0.9.0"
24
24
@cd $(BINGO_DIR ) && GOWORK=off $(GO ) build -mod=mod -modfile=bingo.mod -o=$(GOBIN ) /bingo-v0.9.0 " github.com/bwplotka/bingo"
25
25
26
- GINKGO := $(GOBIN ) /ginkgo-v2.22.2
26
+ GINKGO := $(GOBIN ) /ginkgo-v2.23.3
27
27
$(GINKGO ) : $(BINGO_DIR ) /ginkgo.mod
28
28
@# 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"
31
31
32
32
GOLANGCI_LINT := $(GOBIN ) /golangci-lint-v1.63.4
33
33
$(GOLANGCI_LINT ) : $(BINGO_DIR ) /golangci-lint.mod
Original file line number Diff line number Diff line change 1
1
module _ // Auto generated by https://github.com/bwplotka/bingo. DO NOT EDIT
2
2
3
- go 1.22.2
3
+ go 1.23.0
4
4
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
41
41
github.com/onsi/ginkgo/v2 v2.20.2/go.mod h1:K9gyxPIlb+aIvnZ8bd9Ak+YP18w3APlR+5coaZoE2ag=
42
42
github.com/onsi/ginkgo/v2 v2.22.2 h1:/3X8Panh8/WwhU/3Ssa6rCKqPLuAkVY2I0RoyDLySlU=
43
43
github.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=
44
48
github.com/onsi/gomega v1.7.1/go.mod h1:XdKZgCCFLUoM/7CFJVPcG8C1xQ1AJ0vpAezJrB7JYyY=
45
49
github.com/onsi/gomega v1.10.1/go.mod h1:iN09h71vgCQne3DLsj+A5owkum+a2tYe+TOCB1ybHNo=
46
50
github.com/onsi/gomega v1.17.0/go.mod h1:HnhC7FXeEQY45zxNK3PPoIUhzk/80Xly9PcubAlGdZY=
@@ -85,6 +89,8 @@ golang.org/x/tools v0.24.0 h1:J1shsA93PJUEVaUSaay7UXAyE8aimq3GW0pjlolpa24=
85
89
golang.org/x/tools v0.24.0/go.mod h1:YhNqVBIfWHdzvTLs0d8LCuMhkKUgSUKldakyV7W/WDQ=
86
90
golang.org/x/tools v0.28.0 h1:WuB6qZ4RPCQo5aP3WdKZS7i595EdWqWR8vqJTlwTVK8=
87
91
golang.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=
88
94
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
89
95
golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
90
96
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
Original file line number Diff line number Diff line change 10
10
11
11
BINGO = " ${ GOBIN } /bingo-v0.9.0"
12
12
13
- GINKGO = " ${ GOBIN } /ginkgo-v2.22.2 "
13
+ GINKGO = " ${ GOBIN } /ginkgo-v2.23.3 "
14
14
15
15
GOLANGCI_LINT = " ${ GOBIN } /golangci-lint-v1.63.4"
16
16
You can’t perform that action at this time.
0 commit comments