我正在尝试将 TestContainers-Go 添加到我的项目中。我使用 Github 自述文件中的 glide 和TestNginxLatestReturn
示例。
在滑翔我放
- package: github.com/testcontainers/testcontainers-go
version: v0.0.3
但在运行时,我在 IDEA 中收到此错误。
# github.com/testcontainers/testcontainers-go
../../../../../../pkg/mod/github.com/testcontainers/testcontainers-go@v0.0.3/docker.go:326:32: p.client.DaemonHost undefined (type *client.Client has no field or method DaemonHost)
知道为什么我会得到这个以及如何解决它吗?