Skip to content

Commit 8096bcb

Browse files
authored
Merge pull request #314 from depot/docs/update-gocacheprog
docs: update gocacheprog docs
2 parents e57e88f + aab5551 commit 8096bcb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -268,12 +268,12 @@ depot cache reset --project 12345678910
268268

269269
### `depot gocache`
270270

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.
271+
Configure Go tools to use Depot Cache. The Go tools will use the remote cache service to store and retrieve build artifacts.
273272

274-
This requires Go 1.24 or later.
273+
_Note: This requires Go 1.24 or later._
275274

276-
Export the environment variable `GOCACHEPROG` to use the Depot cache.
275+
276+
Set the environment variable `GOCACHEPROG` to `depot gocache` to configure Go to use Depot Cache.
277277

278278
```shell
279279
export GOCACHEPROG='depot gocache'

0 commit comments

Comments
 (0)