From 49e206ae6c6ac1c782b924e0babc693246202b3b Mon Sep 17 00:00:00 2001 From: ischolten <5751863+ischolten@users.noreply.github.com> Date: Sat, 15 Nov 2025 02:23:26 +0000 Subject: [PATCH] Update docs content from https://github.com/depot/app --- content/cache/reference/gocache.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/cache/reference/gocache.mdx b/content/cache/reference/gocache.mdx index 46bebdd..03aef50 100644 --- a/content/cache/reference/gocache.mdx +++ b/content/cache/reference/gocache.mdx @@ -8,6 +8,8 @@ description: Learn how to use Depot remote caching for Go Depot Cache can be used with Go from Depot's managed GitHub Actions runners, from your local machine, from any CI/CD system, or within containerized builds using Dockerfiles or Bake files. +**NOTE:** Go added support for remote caching in Go 1.24, so you will need to use Go version 1.24 or later to take advantage of Depot Cache. + ### From Depot-managed Actions runners [Depot GitHub Actions runners](/docs/github-actions/overview) are pre-configured to use Depot Cache with Go - each runner is launched with the `GOCACHEPROG` environment variable pre-populated with the connection details for Depot Cache.