Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/vmware/govmomi

go 1.24.0 // required for slices/maps package and built-in clear function
go 1.24.13 // required for slices/maps package and built-in clear function

require (
github.com/a8m/tree v0.0.0-20240104212747-2c8764a5f17e
Expand Down
2 changes: 1 addition & 1 deletion govc/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/vmware/govmomi/govc

go 1.24.0
go 1.24.13

replace github.com/vmware/govmomi => ../

Expand Down
2 changes: 1 addition & 1 deletion govc/test/vcsim.bats
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ EOF
assert_success
hostname="$output"

run docker inspect -f '{{.NetworkSettings.Gateway}}' "$name"
run docker inspect -f '{{range .NetworkSettings.Networks}}{{.Gateway}}{{end}}' "$name"
assert_success
gateway="$output"

Expand Down
2 changes: 1 addition & 1 deletion vcsim/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/vmware/govmomi/vcsim

go 1.24.0
go 1.24.13

replace github.com/vmware/govmomi => ../

Expand Down
Loading