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

Drop Go 1.8 from the build matrix #716

Merged
merged 1 commit into from Nov 6, 2018
Merged

Conversation

brandur
Copy link
Contributor

@brandur brandur commented Nov 6, 2018

Unfortunately, it appears that new changes in the
golang.org/x/net/http2 package have caused it to no longer build under
Go 1.8.

As noted in Go's release policy [1], the latest two Go versions are
officially supported, making that Go 1.11 and Go 1.10 currently.

We do see ~10% users on Go 1.8 still which is larger than we'd hope when
dropping an old version, but we don't have too much choice here. We
believe that an upgrade to Go 1.9 for those users should be
straightforward given that there generally no backward incompatible
changes between new Go versions.

See also discussion in #715.

[1] https://golang.org/doc/devel/release.html#policy

r? @remi-stripe

Unfortunately, it appears that new changes in the
`golang.org/x/net/http2` package have caused it to no longer build under
Go 1.8.

As noted in Go's release policy [1], the latest two Go versions are
officially supported, making that Go 1.11 and Go 1.10 currently.

We do see ~10% users on Go 1.8 still which is larger than we'd hope when
dropping an old version, but we don't have too much choice here. We
believe that an upgrade to Go 1.9 for those users should be
straightforward given that there generally no backward incompatible
changes between new Go versions.

See also discussion in #715.

[1] https://golang.org/doc/devel/release.html#policy
@remi-stripe
Copy link
Contributor

LGTM

@brandur-stripe
Copy link
Contributor

Thanks Remi!

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

Successfully merging this pull request may close these issues.

None yet

3 participants