From 913e64bb751fac7dce08dd16d1e3a7321c289ec2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E5=B0=8F=E7=99=BD?= <296015668@qq.com> Date: Mon, 18 Nov 2024 16:02:03 +0800 Subject: [PATCH] perf: remove go cache (#7114) #### What this PR does / why we need it? #### Summary of your change #### Please indicate you've done the following: - [ ] Made sure tests are passing and test coverage is added if needed. - [ ] Made sure commit message follow the rule of [Conventional Commits specification](https://www.conventionalcommits.org/). - [ ] Considered the docs impact and opened a new docs issue or PR with docs changes if needed. --- .github/workflows/release-drafter.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index ac7adbd7c..07b82ee4d 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -34,6 +34,7 @@ jobs: uses: actions/setup-go@v5 with: go-version: '1.23' + cache: 'false' - name: Build Release uses: goreleaser/goreleaser-action@v6 with: