Hi all , So I am trying to test out pulumi's integ...
# golang
w
Hi all , So I am trying to test out pulumi's integration test frameword Basically just following what is given in this blog : https://www.pulumi.com/blog/testing-your-infrastructure-as-code-with-pulumi/ so when I do go test , I get the below : gopkg.in/src-d/go-git.v4/plumbing/transport/ssh ../../go/src/gopkg.in/src-d/go-git.v4/plumbing/transport/ssh/common.go14715: undefined: proxy.Dial There seem to be a couple of github issues regarding this , that seem to have been caused by older version of /net/proxy , but I have updated everything in this case Go version : 1.14 Any idea ?