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 >= 1.9 is required #310

Closed
nathany opened this issue Oct 5, 2019 · 2 comments
Closed

Go >= 1.9 is required #310

nathany opened this issue Oct 5, 2019 · 2 comments
Assignees
Labels

Comments

@nathany
Copy link
Contributor

nathany commented Oct 5, 2019

Which operating system (GOOS) and version are you using?

Linux. See job https://travis-ci.org/fsnotify/fsnotify/jobs/594068880

Please describe the issue that occurred.

The sys package (dependency) requires math/bits, which in turn requires Go 1.9 or greater.
https://github.com/golang/sys/blob/master/unix/affinity_linux.go

Fetching https://golang.org/x/sys/unix?go-get=1
Parsing meta tags from https://golang.org/x/sys/unix?go-get=1 (status code 200)
get "golang.org/x/sys/unix": found meta tag main.metaImport{Prefix:"golang.org/x/sys", VCS:"git", RepoRoot:"https://go.googlesource.com/sys"} at https://golang.org/x/sys/unix?go-get=1
get "golang.org/x/sys/unix": verifying non-authoritative meta tag
Fetching https://golang.org/x/sys?go-get=1
Parsing meta tags from https://golang.org/x/sys?go-get=1 (status code 200)
golang.org/x/sys (download)
package math/bits: unrecognized import path "math/bits" (import path does not begin with hostname)

Are you able to reproduce the issue? Please provide steps to reproduce and a code sample if possible.

See job https://travis-ci.org/fsnotify/fsnotify/jobs/594068880

@nathany
Copy link
Contributor Author

nathany commented Oct 5, 2019

Does anyone need Go 1.8 support? Should we just update the Travis CI file and move on?

@nathany nathany added the bug label Oct 5, 2019
@nathany nathany self-assigned this Oct 5, 2019
@nathany
Copy link
Contributor Author

nathany commented Oct 5, 2019

Also add minimum version to the README.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants