Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unicode: support version 12 #32259

Closed
cuonglm opened this issue May 26, 2019 · 1 comment
Closed

unicode: support version 12 #32259

cuonglm opened this issue May 26, 2019 · 1 comment
Labels
FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.

Comments

@cuonglm
Copy link
Member

cuonglm commented May 26, 2019

What version of Go are you using (go version)?

$ go version
go version devel +e9215a0420 Sat May 25 10:41:32 2019 +0700 linux/amd64

Does this issue reproduce with the latest release?

Yes

What operating system and processor architecture are you using (go env)?

go env Output
$ go env

What did you do?

package main

import "unicode"

func main() {
	println(unicode.Version)
}

What did you expect to see?

12.1.0

What did you see instead?

11.0.0


Unicode 12.1.0

Follow up #27945 cc @mpvl

@julieqiu julieqiu added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label May 28, 2019
@cuonglm
Copy link
Member Author

cuonglm commented Nov 5, 2019

@cuonglm cuonglm closed this as completed Nov 5, 2019
@golang golang locked and limited conversation to collaborators Nov 4, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
None yet
Development

No branches or pull requests

3 participants