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

@@ -14,7 +14,8 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.21' # Adjust to your version
go-version: '1.21'
cache: false
- name: Setup MSYS2
uses: msys2/setup-msys2@v2