# Depot Cache now supports Go cache (https://depot.dev/changelog/2025-03-03-gocacheprog)

> Published 2025-03-03

It is now possible to remotely cache Go builds (including tests and lints) with Depot Cache. This allows you to instantly share your Go cache between CI and local development environments.

If you're using Depot GitHub Actions runners, we've already pre-configured the runner to use Depot Cache when building Go artifacts. But, if you want to use Depot Cache in a Go project that isn't using our runners, we support that as well by setting the environment variable `GOCACHEPROG`.

*Note: This requires that you're using Go 1.24 or later.*

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

## For AI Agents

The full site index is at [llms.txt](https://depot.dev/llms.txt). Append `.md` to any documentation, blog, changelog, or customer URL to fetch its markdown source directly.