add support for Go 1.17 Beta 1

This commit is contained in:
Marten Seemann 2021-06-14 18:32:12 -07:00
parent e36795e066
commit 7c74d1eb47
8 changed files with 9 additions and 9 deletions

View file

@ -13,7 +13,7 @@ In addition to RFC 9000, it currently implements the [IETF QUIC draft-29](https:
## Guides
*We currently support Go 1.15+, with [Go modules](https://github.com/golang/go/wiki/Modules) support enabled.*
*We currently support Go 1.15.x, Go 1.16.x and Go 1.17 Beta 1, with [Go modules](https://github.com/golang/go/wiki/Modules) support enabled.*
Running tests: