We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@dmitshur requested issue #33802 to be considered for backport to the next 1.13 minor release.
@gopherbot, please backport to 1.13.
The text was updated successfully, but these errors were encountered:
Change https://golang.org/cl/191737 mentions this issue: [release-branch.go1.13] cmd/vendor: update vendored x/arch repo to 8a70ba74b3a1
[release-branch.go1.13] cmd/vendor: update vendored x/arch repo to 8a70ba74b3a1
Sorry, something went wrong.
Closed by merging 633d0c9 to release-branch.go1.13.
[release-branch.go1.13] cmd/vendor: update vendored x/arch repo to 8a…
633d0c9
…70ba74b3a1 Update vendored x/arch repo to pick up the fix of issue #33802. This is done with the following commands: $ cd $GOROOT/src/cmd $ go get -d golang.org/x/arch@latest go: finding golang.org/x/arch latest go: downloading golang.org/x/arch v0.0.0-20190815191158-8a70ba74b3a1 go: extracting golang.org/x/arch v0.0.0-20190815191158-8a70ba74b3a1 $ go mod tidy $ go mod vendor Updates #33802. Fixes #33811. Change-Id: I0a44f1d83d6f573124cea1f099378b1c851f3feb Reviewed-on: https://go-review.googlesource.com/c/go/+/191619 Run-TryBot: Cherry Zhang <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: Emmanuel Odeke <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: Jay Conrod <[email protected]> (cherry picked from commit 66ff373) Reviewed-on: https://go-review.googlesource.com/c/go/+/191737 Run-TryBot: Dmitri Shuralyov <[email protected]> Reviewed-by: Andrew Bonventre <[email protected]> Reviewed-by: Cherry Zhang <[email protected]>
No branches or pull requests
@dmitshur requested issue #33802 to be considered for backport to the next 1.13 minor release.
The text was updated successfully, but these errors were encountered: