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
@darxkies thanks for the report.
IIRC, the Golang best practice was for libraries not to specify versions of their dependencies but instead for that to be the responsibility of the consumers. I don't think this has changed, and I think this remains a pretty sensible default but I'm open to suggestions.
As a workaround, bumping your version of go-connection should fix the issue.
Hi
I am getting the following error.
github.com/docker/go-plugins-helpers/sdk/unix_listener.go:20: cannot use gid (type int) as type string in argument to sockets.NewUnixSocket
That is due to the fact that I stick to the last tagged version of docker/go-connections (v0.2.1).
go-plugins-helpers seems to use the master version of docker/go-connections.
Wouldn't it be better to also use only tagged versions of go-connections?
Thank you.
The text was updated successfully, but these errors were encountered: