https://pulumi.com logo
a

adamant-father-26302

04/22/2022, 9:24 AM
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?