ci: disable go cache to prevent hangs on self-hosted runner
All checks were successful
Build Linux / build-linux (push) Successful in 57s
Build Windows / build-windows (push) Successful in 2m19s

This commit is contained in:
Jose Luis Montañes Ojados
2026-01-17 02:40:11 +01:00
parent 36111ff781
commit 81d73e9b08
2 changed files with 3 additions and 1 deletions

View File

@@ -12,6 +12,7 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: '1.21'
cache: false
- name: Install Dependencies
run: |