mirror of
https://github.com/golang/go.git
synced 2026-02-01 00:22:03 +03:00
cmd/go: update pkgsite doc command to v0.0.0-20251223195805-1a3bd3c788fe
This pulls in a version of the pkgsite doc command that includes CL 729900 which adds support for showing documentation for some of our experiments Change-Id: I52aebf06521adc114aa90f99f515f2746a6a6964 Reviewed-on: https://go-review.googlesource.com/c/go/+/732400 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: Sean Liao <sean@liao.dev> Auto-Submit: Michael Matloob <matloob@golang.org> Reviewed-by: Michael Matloob <matloob@google.com>
This commit is contained in:
committed by
Gopher Robot
parent
08dc8393d7
commit
866e461b96
@@ -71,7 +71,7 @@ func doPkgsite(urlPath, fragment string) error {
|
||||
env = append(env, "GOPROXY="+gomodcache+","+goproxy)
|
||||
}
|
||||
|
||||
const version = "v0.0.0-20251215153041-4eb0af2c34bf"
|
||||
const version = "v0.0.0-20251223195805-1a3bd3c788fe"
|
||||
cmd := exec.Command(goCmd(), "run", "golang.org/x/pkgsite/cmd/internal/doc@"+version,
|
||||
"-gorepo", buildCtx.GOROOT,
|
||||
"-http", addr,
|
||||
|
||||
Reference in New Issue
Block a user