Skip to content

Commit cfd2dd3

Browse files
authored
chore: go mod tidy (#357)
After the previous commit, some (but not all) automations running against this repo reported that a "go mod tidy" needed to be run. This may be because Ginkgo now has a specific minimum Go version of 1.23.0, whereas brokerapi only specified 1.23.
1 parent f7ec662 commit cfd2dd3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

go.mod

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
module code.cloudfoundry.org/brokerapi/v13
22

3-
go 1.23
3+
go 1.23.0
4+
5+
toolchain go1.23.7
6+
47
require (
58
github.com/google/uuid v1.6.0
69
github.com/maxbrunsfeld/counterfeiter/v6 v6.9.0

0 commit comments

Comments
 (0)