File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed
Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 strategy :
1717 matrix :
18- version : [ 'stable', 'oldstable', '1.21 ' ]
18+ version : [ 'stable', 'oldstable', '1.22 ' ]
1919 name : Go ${{ matrix.version }}
2020 outputs :
2121 pr_number : ${{ github.event.number }}
Original file line number Diff line number Diff line change 11module github.com/pivotal-cf/brokerapi/v11
22
3- go 1.21
4- toolchain go1.23.2
3+ go 1.22.1
54
65require (
76 github.com/go-chi/chi/v5 v5.1.0
87 github.com/google/uuid v1.6.0
9- github.com/maxbrunsfeld/counterfeiter/v6 v6.10 .0
8+ github.com/maxbrunsfeld/counterfeiter/v6 v6.9 .0
109 github.com/onsi/ginkgo/v2 v2.22.0
1110 github.com/onsi/gomega v1.36.1
1211 honnef.co/go/tools v0.5.1
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ github.com/kr/pretty v0.0.0-20160823170715-cfb55aafdaf3 h1:dhwb1Ev84SKKVBfLuhR4b
1919github.com/kr/pretty v0.0.0-20160823170715-cfb55aafdaf3 /go.mod h1:Bvhd+E3laJ0AVkG0c9rmtZcnhV0HQ3+c3YxxqTvc/gA =
2020github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY =
2121github.com/kr/text v0.2.0 /go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE =
22- github.com/maxbrunsfeld/counterfeiter/v6 v6.10 .0 h1:9WsegDYiSKtZXru+NcOB4z7iqb00n4atjmQlyy5TRXI =
23- github.com/maxbrunsfeld/counterfeiter/v6 v6.10 .0 /go.mod h1:TeVdzh+5QB5IpWDJAU/uviXA6kOg9yXzLrrjeLKJXqY =
22+ github.com/maxbrunsfeld/counterfeiter/v6 v6.9 .0 h1:ERhc+PJKEyqWQnKu7/K0frSVGFihYYImqNdqP5r0cN0 =
23+ github.com/maxbrunsfeld/counterfeiter/v6 v6.9 .0 /go.mod h1:tU2wQdIyJ7fib/YXxFR0dgLlFz3yl4p275UfUKmDFjk =
2424github.com/onsi/ginkgo/v2 v2.22.0 h1:Yed107/8DjTr0lKCNt7Dn8yQ6ybuDRQoMGrNFKzMfHg =
2525github.com/onsi/ginkgo/v2 v2.22.0 /go.mod h1:7Du3c42kxCUegi0IImZ1wUQzMBVecgIHjR1C+NkhLQo =
2626github.com/onsi/gomega v1.36.1 h1:bJDPBO7ibjxcbHMgSCoo4Yj18UWbKDlLwX1x9sybDcw =
You can’t perform that action at this time.
0 commit comments