Skip to content

Commit 53dcfee

Browse files
Mark Go 1.17, 1.18, and 1.19 as using Unicode 13.
Issues upstream: - “unicode: update to version 14.0” (golang/go#48621) - “unicode: update to version 15.0” (golang/go#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).
1 parent 059ab0b commit 53dcfee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoversion/textseg/unicode13.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// +build go1.16,!go1.17
1+
// +build go1.16,go1.17,go1.18,go1.19,!go1.20
22

33
package textseg
44

0 commit comments

Comments
 (0)