ci: disable setup-go cache to prevent hanging

This commit is contained in:
2026-06-25 00:29:46 +01:00
parent 8b47234f3b
commit 69b3a179f4
+1 -1
View File
@@ -33,7 +33,7 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: "1.25"
cache-dependency-path: backend/go.sum
cache: false
- name: Install system deps
run: apk add --no-cache postgresql-client