From 41661a18bb370653dcb410c984f3d174ba595f83 Mon Sep 17 00:00:00 2001 From: Guillaume Ballet <3272758+gballet@users.noreply.github.com> Date: Tue, 4 Jun 2024 18:02:47 +0200 Subject: [PATCH] disable caching in setup-go --- .github/workflows/go.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 2ceb873aad..1f7c890c9e 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -16,6 +16,7 @@ jobs: uses: actions/setup-go@v5 with: go-version: 1.21.4 + cache: false - name: Cache Go modules id: cache-go-mod