Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

go get -insecure no longer works properly #40688

Closed
KlavsKlavsen opened this issue Aug 11, 2020 · 1 comment
Closed

go get -insecure no longer works properly #40688

KlavsKlavsen opened this issue Aug 11, 2020 · 1 comment

Comments

@KlavsKlavsen
Copy link

When running go get (using a proxy - http_proxy and https_proxy set), go get fails:
Step 8/14 : RUN go get -v -t -insecure .
---> Running in c5cda739048f
go: github.com/gkarthiks/k8s-discovery@v0.18.3: Get "https://proxy.golang.org/github.com/gkarthiks/k8s-discovery/@v/v0.18.3.mod": x509: certificate signed by unknown authority

Using golang:1.14-alpine image to build.

This seems that it should have worked - as far as I can tell, it was fixed atleast here: #13197

@seankhliao
Copy link
Member

please fill out the issue template next time

use GOINSECURE

@golang golang locked and limited conversation to collaborators Aug 11, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants