perf: remove go cache (#7114)
Some checks are pending
Build Test / build-linux-binary (push) Waiting to run
Build / SonarCloud (push) Waiting to run
sync2gitee / repo-sync (push) Waiting to run

#### 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.
This commit is contained in:
吴小白 2024-11-18 16:02:03 +08:00 committed by GitHub
parent fd8ef545e8
commit 913e64bb75
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: