From aef7ac0a48ec8e5f32dff77f842b7ace286c7bb9 Mon Sep 17 00:00:00 2001 From: Marten Seemann Date: Wed, 30 Mar 2022 15:44:59 +0100 Subject: [PATCH] improve the error thrown when building with an unsupported Go version --- internal/qtls/go119.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/qtls/go119.go b/internal/qtls/go119.go index 2c648639e..87e7132e5 100644 --- a/internal/qtls/go119.go +++ b/internal/qtls/go119.go @@ -3,4 +3,4 @@ package qtls -var _ int = "quic-go doesn't build on Go 1.19 yet." +var _ int = "The version of quic-go you're using can't be built on Go 1.19 yet. For more details, please see https://github.com/lucas-clemente/quic-go/wiki/quic-go-and-Go-versions."