Skip to content

Commit

Permalink
Mark Go 1.17, 1.18, and 1.19 as using Unicode 13.
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
CyrilBrulebois committed Oct 7, 2022
1 parent 059ab0b commit 53dcfee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoversion/textseg/unicode13.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// +build go1.16,!go1.17
// +build go1.16,go1.17,go1.18,go1.19,!go1.20

package textseg

Expand Down

0 comments on commit 53dcfee

Please sign in to comment.