[ci] Disable caching for setup-go (#7320)

setup-go is warning because it can't find go.sum, which we don't have.
This commit is contained in:
Ryan Blue
2024-10-31 23:36:35 -04:00
committed by GitHub
parent fe45265a3a
commit 8f81b7723d

View File

@@ -121,6 +121,7 @@ jobs:
- name: Set up Go 1.15.x
uses: actions/setup-go@v5
with:
cache: false
go-version: 1.15.x
id: go