Skip to content

Commit

Permalink
autoversion: 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 authored and apparentlymart committed Aug 29, 2023
1 parent 70e963e commit 45ed1d8
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 45ed1d8

Please sign in to comment.