ci: Disable build setup-go cache flag (#309)
This commit is contained in:
@@ -24,6 +24,7 @@ jobs:
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: ${{ matrix.goVer }}
|
||||
cache: false
|
||||
id: go
|
||||
|
||||
- name: cache go modules
|
||||
|
||||
Reference in New Issue
Block a user