]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/internal/doc: upgrade godoc pkgsite to 01b046e
authorMichael Matloob <matloob@golang.org>
Tue, 15 Jul 2025 15:26:39 +0000 (11:26 -0400)
committerMichael Matloob <matloob@google.com>
Tue, 15 Jul 2025 21:51:11 +0000 (14:51 -0700)
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>
src/cmd/internal/doc/main.go

index 5032000cda165cfc0116763d3dd6a0e256fb11a0..d61f4379bdc73fa572b57ee6fcc124a66d194b41 100644 (file)
@@ -243,7 +243,7 @@ func doPkgsite(urlPath string) error {
                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,
                "-gorepo", buildCtx.GOROOT,
                "-http", addr,