]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/go/internal/doc: update pkgsite version
authormatloob <matloob@golang.org>
Fri, 19 Dec 2025 18:00:33 +0000 (13:00 -0500)
committerMichael Matloob <matloob@google.com>
Fri, 19 Dec 2025 18:42:27 +0000 (10:42 -0800)
Fixes #76827
For #36905

Change-Id: I3f855a75efc9272105f0a352c54600cd6a6a6964
Reviewed-on: https://go-review.googlesource.com/c/go/+/731460
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Michael Matloob <matloob@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
src/cmd/go/internal/doc/pkgsite.go

index c173167b6329a4f193776e397d205bb1b88208cf..4ad5d1fa6cfe1fbff511400eb24806586be1cee9 100644 (file)
@@ -71,7 +71,7 @@ func doPkgsite(urlPath, fragment string) error {
                env = append(env, "GOPROXY="+gomodcache+","+goproxy)
        }
 
-       const version = "v0.0.0-20250714212547-01b046e81fe7"
+       const version = "v0.0.0-20251215153041-4eb0af2c34bf"
        cmd := exec.Command(goCmd(), "run", "golang.org/x/pkgsite/cmd/internal/doc@"+version,
                "-gorepo", buildCtx.GOROOT,
                "-http", addr,