From eed3155bf9f43be23474c14809acc7e972d07755 Mon Sep 17 00:00:00 2001 From: Victor Vargas Date: Tue, 4 Aug 2026 01:32:26 -0700 Subject: [PATCH] fix(ci): disable Go cache in setup-go (incompatible with Forgejo) --- .forgejo/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.forgejo/workflows/release.yml b/.forgejo/workflows/release.yml index 0d58302..800bc25 100644 --- a/.forgejo/workflows/release.yml +++ b/.forgejo/workflows/release.yml @@ -49,6 +49,7 @@ jobs: uses: https://code.forgejo.org/actions/setup-go@v7 with: go-version: '1.26' + cache: false - name: Build binary env: