Description of problem: The default for the GOPROXY environment variable should be "https://proxy.golang.org,direct", but the Go provided by the Fedora RPM has a default of "direct". This might be intentional, I'm just highlighting it in case it's not. Version-Release number of selected component (if applicable): golang-1.13.5-1.fc31.x86_64 How reproducible: 100% on F31 at least Steps to Reproduce: 1. podman run -ti --rm registry.fedoraproject.org/fedora:31 su -c "dnf install -y golang > /dev/null && go env GOPROXY" 2. Note that the output just says "direct" Actual results: "direct" Expected results: "https://proxy.golang.org,direct" Additional info:
Hello this is intended change to preserve user privacy and has been noted in https://fedoraproject.org/wiki/Changes/golang1.13#Detailed_Description . Does it break anything for you?
Thanks for the quick reply Jakub. It doesn't break anything for us except our initial expectation. I appreciate your choice of default for Fedora :) I'll close this now, thanks again!