-
Notifications
You must be signed in to change notification settings - Fork 17.8k
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
x/text/cmd/gotext: update dependency on x/tools #58737
Comments
it should probably use the latest version of x/tools (updated for 1.20) rather than one from over half a year ago. see also #56530 cc @golang/release ? |
Change https://go.dev/cl/471399 mentions this issue: |
The tagging process ignores this dependency because it's part of a dependency cycle. I suppose updating to a recent version that's going to be immediately out of date might be better than leaving it stale forever, but I think I'd rather wait and see if this becomes a problem again before working on it. |
Change https://go.dev/cl/501835 mentions this issue: |
It got added by 'go mod tidy' in CL 471399 because the '; ' separator was missing. For golang/go#48523. For golang/go#58737. Change-Id: I63642a4f49beb9679f9c5bbb4e2aa8ed0cc73c9e Reviewed-on: https://go-review.googlesource.com/c/text/+/501835 TryBot-Result: Gopher Robot <[email protected]> Auto-Submit: Dmitri Shuralyov <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]> Run-TryBot: Dmitri Shuralyov <[email protected]>
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
What did you expect to see?
update translations and generate catalog successfully
What did you see instead?
The text was updated successfully, but these errors were encountered: