make quic-go build with both Go 1.13 and 1.14

This commit is contained in:
Marten Seemann 2020-04-08 15:33:13 +07:00
parent 8e76881bc4
commit 3ac2fb3161
15 changed files with 236 additions and 159 deletions

View file

@ -19,7 +19,7 @@ If you want to use quic-go as a library in other projects, please consider using
## Guides
*We currently support Go 1.14+, with [Go modules](https://github.com/golang/go/wiki/Modules) support enabled.*
*We currently support both Go 1.13.x and Go 1.14+, with [Go modules](https://github.com/golang/go/wiki/Modules) support enabled.*
Running tests: