update Go version in go.mod to Go 1.15

This commit is contained in:
Marten Seemann 2021-04-04 16:04:37 +07:00
parent 3138a45fde
commit 72014c447b

2
go.mod
View file

@ -1,6 +1,6 @@
module github.com/lucas-clemente/quic-go
go 1.14
go 1.15
require (
github.com/cheekybits/genny v1.0.0