disable caching in setup-go
This commit is contained in:
parent
a16fb321f2
commit
41661a18bb
|
@ -16,6 +16,7 @@ jobs:
|
|||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: 1.21.4
|
||||
cache: false
|
||||
|
||||
- name: Cache Go modules
|
||||
id: cache-go-mod
|
||||
|
|
Loading…
Reference in New Issue