From 45ed1d8f6fe508f8f276e09eb1a8b31363ea06c0 Mon Sep 17 00:00:00 2001 From: Cyril Brulebois Date: Fri, 7 Oct 2022 07:06:11 +0000 Subject: [PATCH] autoversion: Mark Go 1.17, 1.18, and 1.19 as using Unicode 13. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Issues upstream: - unicode: update to version 14.0 → https://github.com/golang/go/issues/48621 - unicode: update to version 15.0 → https://github.com/golang/go/issues/55079 At the moment, Unicode 15 is on the roadmap for Go 1.20, while Go 1.19 is confirmed to still be using Unicode 13 (e.g. on Debian unstable and Debian testing). --- autoversion/textseg/unicode13.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoversion/textseg/unicode13.go b/autoversion/textseg/unicode13.go index 4bc1c4f..82968e7 100644 --- a/autoversion/textseg/unicode13.go +++ b/autoversion/textseg/unicode13.go @@ -1,4 +1,4 @@ -// +build go1.16,!go1.17 +// +build go1.16,go1.17,go1.18,go1.19,!go1.20 package textseg