mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
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:
parent
da0e8c4517
commit
ac1686752b
1 changed files with 1 additions and 1 deletions
|
|
@ -231,7 +231,7 @@ func doPkgsite(urlPath string) error {
|
|||
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,
|
||||
"-gorepo", buildCtx.GOROOT,
|
||||
"-http", addr,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue