aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbhishek Jha <abhi_jha1995@rediffmail.com>2025-12-03 18:02:06 +0000
committerGopher Robot <gobot@golang.org>2025-12-03 10:07:41 -0800
commitff5ee23e1d5be1a79962dbcf2388847b9aeef026 (patch)
treeac1eda297f4d43dd68c7d6d9aa9cabe2f5854705
parentc048ef508a5be3c67c8569a86c46b256db44e48a (diff)
downloadgo-x-proposal-ff5ee23e1d5be1a79962dbcf2388847b9aeef026.tar.xz
design: fix issue number in go15bootstrap.md
Fixes golang/go#76665. Change-Id: I83abea2596e388b2171b264af7833786300afb11 GitHub-Last-Rev: f11d6043457de8c1fca27b9c00f752d7df5d111f GitHub-Pull-Request: golang/proposal#59 Reviewed-on: https://go-review.googlesource.com/c/proposal/+/726460 Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
-rw-r--r--design/go15bootstrap.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/design/go15bootstrap.md b/design/go15bootstrap.md
index 24b79da..0b27790 100644
--- a/design/go15bootstrap.md
+++ b/design/go15bootstrap.md
@@ -11,7 +11,7 @@ Go 1.5 will use a toolchain written in Go (at least in part). \
Question: how do you build Go if you need Go built already? \
Answer: building Go 1.5 will require having Go 1.4 available.
-[**Update, 2023.** This plan was originally published as a Google document. For easier access, it was converted to Markdown in this repository in 2023. Later versions of Go require newer bootstrap toolchains. See [go.dev/issue/52465](https://go.dev/issue/52465) for those details.]
+[**Update, 2023.** This plan was originally published as a Google document. For easier access, it was converted to Markdown in this repository in 2023. Later versions of Go require newer bootstrap toolchains. See [go.dev/issue/54265](https://go.dev/issue/54265) for those details.]
## Background