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

README: min go version bumped to go1.5 #633

Merged
merged 1 commit into from
Apr 29, 2016
Merged

README: min go version bumped to go1.5 #633

merged 1 commit into from
Apr 29, 2016

Conversation

odeke-em
Copy link
Owner

Because of dependency requirements calling for at least go1.5, we need to
bump the requirement in the README.

$ go get -u github.com/odeke-em/drive/cmd/drive
golang.org/x/net/context/ctxhttp
../gopath/src/golang.org/x/net/context/ctxhttp/ctxhttp.go:35: req.Cancel
undefined (type *http.Request has no field or method Cancel)

Fixes #630.
Updates #627.

Because of dependency requirements calling for at least go1.5, we need to
bump the requirement in the README.

```shell
$ go get -u github.com/odeke-em/drive/cmd/drive
golang.org/x/net/context/ctxhttp
../gopath/src/golang.org/x/net/context/ctxhttp/ctxhttp.go:35: req.Cancel
undefined (type *http.Request has no field or method Cancel)
```

Fixes #630.
Updates #627.
@odeke-em odeke-em merged commit 1e83a3f into master Apr 29, 2016
@odeke-em odeke-em deleted the bump-go-version branch April 29, 2016 08:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant