.github: disable cache for lint

This commit is contained in:
Felix Lange 2025-07-04 14:57:48 +02:00
parent dce7eecf77
commit a86bc44963

View file

@ -22,6 +22,7 @@ jobs:
uses: actions/setup-go@v5 uses: actions/setup-go@v5
with: with:
go-version: 1.24 go-version: 1.24
cache: false
- name: Run linters - name: Run linters
run: | run: |