]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/internal/doc: increase version of pkgsite doc command that's run
authorMichael Matloob <matloob@golang.org>
Mon, 9 Jun 2025 15:10:53 +0000 (11:10 -0400)
committerMichael Matloob <matloob@google.com>
Mon, 9 Jun 2025 17:32:23 +0000 (10:32 -0700)
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>

src/cmd/internal/doc/main.go

index a19f36e1bd5419e0e5737cd1432484492e08cfe0..fe99ee70bd3a48b59db84e26a4e90f4de9fa1abc 100644 (file)
@@ -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,