Open awshj opened 3 years ago
@awshj can retry the build with this setting and validate that this is actually tied to GOPRIVATE=*
? This setting deals with some filtering issues we've seen in corporate scenarios. Testing with cloud9 and this setting has worked in our testing but we've seen issues where the build would fail with similar error messages
Duplicate of #188
@rudpot I've managed to replicate this issue in a fresh account and the suggested fix worked for me. From what i understand, the GOPRIVATE environment variable is for setting the URLs to fetch modules from (the limit of my knowledge) but it looks like this repo is only using publicly available modules.
Any idea if this solution works for corporate users? "Users who cannot reach the default proxy and checksum database (for example, due to a firewalled or sandboxed configuration) may disable their use by setting GOPROXY to direct, and/or GOSUMDB to off. go env -w can be used to set the default values for these variables independent of platform:" - https://golang.org/doc/go1.13
I'm failing to reproduce this in both us-east-1 and us-west-2, can you share what steps did you take to reproduce this?
Problem/Issue
After running
cd resources/templates ./deploy-parallel.sh
I was unable to locate FisStackLoadGen in Cloudformation stack. This was the output of deploy-output.goad.txt.Solution
Comment out 'export GOPRIVATE=*', variable in goad-cdk-test-stack.ts