We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e57e88f + aab5551 commit 8096bcbCopy full SHA for 8096bcb
README.md
@@ -268,12 +268,12 @@ depot cache reset --project 12345678910
268
269
### `depot gocache`
270
271
-Configure Go tools to use Depot remote cache.
272
-The Go tools will store build artifacts in the Depot cache, and retrieve them from the cache when building again.
+Configure Go tools to use Depot Cache. The Go tools will use the remote cache service to store and retrieve build artifacts.
273
274
-This requires Go 1.24 or later.
+_Note: This requires Go 1.24 or later._
275
276
-Export the environment variable `GOCACHEPROG` to use the Depot cache.
+
+Set the environment variable `GOCACHEPROG` to `depot gocache` to configure Go to use Depot Cache.
277
278
```shell
279
export GOCACHEPROG='depot gocache'
0 commit comments