You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ go test
# github.com/bitcomplete/sqltestutil
../../../vendor/github.com/bitcomplete/sqltestutil/postgres_container.go:83:54: undefined: types.ImagePullOptions
This is due to https://github.com/moby/moby/blob/v26.0.0/api/types/types_deprecated.go#L7-L35 and I suppose removed in later versions. I can't use
github.com/docker/docker v24.0.0+incompatibleas other things in my project depends on more recent version.