mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
cmd/internal/doc: upgrade godoc pkgsite to 01b046e
Increase the dependency on the doc tool to bring in the fixes to CL 687918 and CL 687976. Fixes golang/go#74459 Change-Id: I9cdefdfd9792a142ad14bae3d4f7bb9d8256a246 Reviewed-on: https://go-review.googlesource.com/c/go/+/687997 Reviewed-by: Jonathan Amsterdam <jba@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Michael Matloob <matloob@google.com>
This commit is contained in:
parent
75a19dbcd7
commit
b4309ece66
1 changed files with 1 additions and 1 deletions
|
|
@ -243,7 +243,7 @@ func doPkgsite(urlPath string) error {
|
||||||
env = append(env, "GOPROXY="+gomodcache+","+goproxy)
|
env = append(env, "GOPROXY="+gomodcache+","+goproxy)
|
||||||
}
|
}
|
||||||
|
|
||||||
const version = "v0.0.0-20250608123103-82c52f1754cd"
|
const version = "v0.0.0-20250714212547-01b046e81fe7"
|
||||||
cmd := exec.Command(goCmd(), "run", "golang.org/x/pkgsite/cmd/internal/doc@"+version,
|
cmd := exec.Command(goCmd(), "run", "golang.org/x/pkgsite/cmd/internal/doc@"+version,
|
||||||
"-gorepo", buildCtx.GOROOT,
|
"-gorepo", buildCtx.GOROOT,
|
||||||
"-http", addr,
|
"-http", addr,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue