cmd/internal/doc: increase version of pkgsite doc command that's run

This will incorporate the changes in CL 675957, CL 677596, and
CL 675958.

For #73848

Change-Id: Ie3d313e055a36b5b7aafec4a7462a1ced8a9f923
Reviewed-on: https://go-review.googlesource.com/c/go/+/680176
Reviewed-by: Michael Matloob <matloob@google.com>
Reviewed-by: Jonathan Amsterdam <jba@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
This commit is contained in:
Michael Matloob 2025-06-09 11:10:53 -04:00 committed by Michael Matloob
parent da0e8c4517
commit ac1686752b

View file

@ -231,7 +231,7 @@ func doPkgsite(urlPath string) error {
env = append(env, "GOPROXY="+goproxy) env = append(env, "GOPROXY="+goproxy)
} }
const version = "v0.0.0-20250520201116-40659211760d" const version = "v0.0.0-20250608123103-82c52f1754cd"
cmd := exec.Command("go", "run", "golang.org/x/pkgsite/cmd/internal/doc@"+version, cmd := exec.Command("go", "run", "golang.org/x/pkgsite/cmd/internal/doc@"+version,
"-gorepo", buildCtx.GOROOT, "-gorepo", buildCtx.GOROOT,
"-http", addr, "-http", addr,