Skip to content
This repository was archived by the owner on May 9, 2021. It is now read-only.

unrecognized import path during go get #440

Closed
agnivade opened this issue Mar 6, 2019 · 3 comments
Closed

unrecognized import path during go get #440

agnivade opened this issue Mar 6, 2019 · 3 comments

Comments

@agnivade
Copy link

agnivade commented Mar 6, 2019

This just started to break our CI buils. It is in normal GOPATH mode.

go get -u -v golang.org/x/lint/golint
Fetching https://golang.org/x/lint/golint?go-get=1
Parsing meta tags from https://golang.org/x/lint/golint?go-get=1 (status code 502)
package golang.org/x/lint/golint: unrecognized import path "golang.org/x/lint/golint" (parse https://golang.org/x/lint/golint?go-get=1: no go-import meta tags ())

I note that this does not happen locally on my laptop. Only on my CI server.

Related #397.

@dmitshur / @andybons - any issues ?

@dmitshur
Copy link
Contributor

dmitshur commented Mar 6, 2019

I've opened golang/go#30619, I think it's related to this.

@dmitshur
Copy link
Contributor

dmitshur commented Mar 6, 2019

Are you still seeing this now? After golang/go#30619 (comment)?

@agnivade
Copy link
Author

agnivade commented Mar 6, 2019

Looks good now. Thanks @dmitshur

@agnivade agnivade closed this as completed Mar 6, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants