-
-
Notifications
You must be signed in to change notification settings - Fork 243
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
Bump go versions #226
Bump go versions #226
Conversation
.travis.yml
Outdated
@@ -5,9 +5,8 @@ dist: trusty | |||
sudo: required | |||
|
|||
go: | |||
- 1.8 | |||
- 1.9 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Buffalo's next version will support Go 1.9, so we can't drop it now: gobuffalo/buffalo#1106
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Despite go 1.9 being past its EOL now?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes. You can open an issue in the buffalo repo if you think we should reconsider it, but from the time being Buffalo will target 1.9+ on the next version.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Btw., I've updated the commit yesterday to re-include 1.9
Sorry, I wasn't my intention to dismiss the review. I did not realize that PRs should be opened against the |
@michael-k Np, thanks! |
No description provided.