chore: Disable caching in Go setup for build workflow
Some checks failed
Build / build (push) Failing after 1m31s
Build / build-docker (push) Has been skipped

- Updated the build workflow to disable caching for the Go setup action.
- This change aims to ensure a clean build environment for better consistency.
This commit is contained in:
lafay
2026-01-10 04:42:22 +08:00
parent 62d9432a2d
commit ef460ec891

View File

@@ -21,7 +21,7 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: '1.25'
cache: true
cache: false
- name: Set up Go Proxy
run: |