Skip to content

Commit bebc589

Browse files
committed
cmd/go-cache-plugin: clarify the GOEXPERIMENT requirement
1 parent 30922ef commit bebc589

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cmd/go-cache-plugin/go-cache-plugin.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ For example:
2828
2929
GOCACHEPROG=` + command.ProgramName() + ` go build ./...
3030
31-
Note that this requires a Go toolchain built with GOEXPERIMENT=cacheprog.
31+
Note that Go toolchains prior to 1.24 must be built with GOEXPERIMENT=cacheprog
32+
to enable this integration. Go 1.24 and later have it enabled by default.
3233
3334
You must provide --cache-dir, --bucket, and --region, or the corresponding
3435
environment variables (see "help environment"). Entries in the cache are

0 commit comments

Comments
 (0)