mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 07:37:20 +00:00
disable caching in setup-go
This commit is contained in:
parent
a16fb321f2
commit
41661a18bb
1 changed files with 1 additions and 0 deletions
1
.github/workflows/go.yml
vendored
1
.github/workflows/go.yml
vendored
|
|
@ -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 a new issue