From ff2e7ba6353880206061bf0a38ea4881b687b757 Mon Sep 17 00:00:00 2001 From: Marten Seemann Date: Sat, 20 Feb 2021 09:26:49 +0800 Subject: [PATCH] update README to reflect dropped Go 1.14 support --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 869c37f0f..ae3a22a98 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ When using quic-go as a library, please always use a [tagged release](https://gi ## Guides -*We currently support Go 1.14+, with [Go modules](https://github.com/golang/go/wiki/Modules) support enabled.* +*We currently support Go 1.15+, with [Go modules](https://github.com/golang/go/wiki/Modules) support enabled.* Running tests: