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

"go get" fails for Go 1.4 #198

Closed
mewmew opened this issue Mar 22, 2016 · 1 comment
Closed

"go get" fails for Go 1.4 #198

mewmew opened this issue Mar 22, 2016 · 1 comment

Comments

@mewmew
Copy link

mewmew commented Mar 22, 2016

~/go1.4]$ bin/go version
go version go1.4.3 linux/amd64
[~/go1.4]$ bin/go get github.com/golang/lint/golint
package github.com/golang/lint/golint
    imports go/types: unrecognized import path "go/types"
package github.com/golang/lint/golint
    imports golang.org/x/tools/go/gcimporter15
    imports golang.org/x/tools/go/gcimporter15
    imports golang.org/x/tools/go/gcimporter15: no buildable Go source files in /tmp/go/src/golang.org/x/tools/go/gcimporter15
@dsymonds
Copy link
Contributor

Per the README, golint nowadays requires Go 1.5 or later.

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