ci: disable setup-go cache to prevent hanging
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user