From 9a0f7f1d5e1595adf65f8505cad157cd803aea18 Mon Sep 17 00:00:00 2001 From: Kaiyi Li Date: Mon, 18 May 2026 10:00:49 -0700 Subject: [PATCH] cache hardening --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index da0d884..5904394 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,6 +25,7 @@ jobs: uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 with: go-version: "${{ steps.gover.outputs.goversion }}" + cache: false - name: Extract release changelog run: | version=${GITHUB_REF#refs/tags/v*}