mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 06:06:44 +00:00
.github: disable cache for lint
This commit is contained in:
parent
dce7eecf77
commit
a86bc44963
1 changed files with 1 additions and 0 deletions
1
.github/workflows/go.yml
vendored
1
.github/workflows/go.yml
vendored
|
|
@ -22,6 +22,7 @@ jobs:
|
|||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: 1.24
|
||||
cache: false
|
||||
|
||||
- name: Run linters
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue