• Brad Fitzpatrick's avatar
    http2: remove support for Go 1.8 and earlier · 22700d55
    Brad Fitzpatrick authored
    Go's policy is to only support the past two releases (which is
    currently Go 1.11 and Go 1.10). But because App Engine was stuck on Go
    1.6 and Go 1.8 for so long, we kept kinda supporting Go 1.6 anyway,
    even though we didn't actively test it with any CI system.
    
    But that led to code getting disgusting and full of too many
    +build-tagged files and indirection, as this change shows.
    
    So, remove Go 1.8, Go 1.7, and Go 1.6 support. We still "support" Go
    1.9 for now, even though it's also not actively tested.
    
    Fixes golang/go#26302
    
    Change-Id: I4aa5793173e50ffcd67be52a464492ca48fc9a23
    Reviewed-on: https://go-review.googlesource.com/c/145677Reviewed-by: 's avatarDmitri Shuralyov <dmitshur@golang.org>
    22700d55
Name
Last commit
Last update
bpf Loading commit data...
context Loading commit data...
dict Loading commit data...
dns/dnsmessage Loading commit data...
html Loading commit data...
http Loading commit data...
http2 Loading commit data...
icmp Loading commit data...
idna Loading commit data...
internal Loading commit data...
ipv4 Loading commit data...
ipv6 Loading commit data...
lif Loading commit data...
nettest Loading commit data...
netutil Loading commit data...
proxy Loading commit data...
publicsuffix Loading commit data...
route Loading commit data...
trace Loading commit data...
webdav Loading commit data...
websocket Loading commit data...
xsrftoken Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.md Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README.md Loading commit data...
codereview.cfg Loading commit data...