Re: [go-nuts] go doc broken in official go repo

2024-07-18 Thread 'Sean Liao' via golang-nuts
the bootstrap version only allows you to build enough of the compiler for it to run and build the rest of the distribution. you should be using the go binary built from the given source tree when interacting with it. - sean On Thu, Jul 18, 2024, 22:25 will@gmail.com wrote: > I cloned the of

[go-nuts] go doc broken in official go repo

2024-07-18 Thread will....@gmail.com
I cloned the official Go repo locally, went into src/text/template, ran `go doc .`, and got this error: go: downloading go1.23.0 (darwin/arm64) go: download go1.23.0 for darwin/arm64: toolchain not available It looks like src/go.mod declares 1.23. Shouldn't it be the latest self-host version, w