Compare commits

..

1 Commits

Author SHA1 Message Date
c88189fe59
build: go 1.24
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
We were running behind and there were quite some deprecations to update.
This was mostly in the upstream copy/pasta package but seems quite
minimal.
2025-03-16 12:28:22 +01:00

View File

@ -4,7 +4,7 @@ import (
"testing"
composetypes "github.com/docker/cli/cli/compose/types"
"github.com/docker/docker/api/types"
containertypes "github.com/docker/docker/api/types/container"
"github.com/docker/docker/api/types/network"
"gotest.tools/v3/assert"
is "gotest.tools/v3/assert/cmp"
@ -67,7 +67,7 @@ func TestNetworks(t *testing.T) {
Name: "othername",
},
}
expected := map[string]types.NetworkCreate{
expected := map[string]containertypes.CreateOptions{
"foo_default": {
Labels: map[string]string{
LabelNamespace: "foo",