Skip to content

Commit b4309ec

Browse files
committed
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 #74459 Change-Id: I9cdefdfd9792a142ad14bae3d4f7bb9d8256a246 Reviewed-on: https://go-review.googlesource.com/c/go/+/687997 Reviewed-by: Jonathan Amsterdam <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Michael Matloob <[email protected]>
1 parent 75a19db commit b4309ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmd/internal/doc/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ func doPkgsite(urlPath string) error {
243243
env = append(env, "GOPROXY="+gomodcache+","+goproxy)
244244
}
245245

246-
const version = "v0.0.0-20250608123103-82c52f1754cd"
246+
const version = "v0.0.0-20250714212547-01b046e81fe7"
247247
cmd := exec.Command(goCmd(), "run", "golang.org/x/pkgsite/cmd/internal/doc@"+version,
248248
"-gorepo", buildCtx.GOROOT,
249249
"-http", addr,

0 commit comments

Comments
 (0)