when running pulumi integration-test using `integr...
# general
a
when running pulumi integration-test using
integration.ProgramTest
with golang, it tries to read sum.golang.org/*** for a private repository included in the tested code and fails
410 Gone
. That repository has a local-path replace in go.mod, so it shouldnt really have to fetch it remotely. Anyone know a solution to this?