File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
279279export GOCACHEPROG='depot gocache'
You can’t perform that action at this time.
0 commit comments