fix(ci): disable Go cache in setup-go (incompatible with Forgejo)
Some checks failed
release / Build (darwin/amd64) (push) Successful in 24s
release / Build (linux/amd64) (push) Successful in 29s
release / Build (windows/amd64) (push) Successful in 26s
release / Build (darwin/arm64) (push) Successful in 27s
release / Build (linux/arm64) (push) Successful in 25s
release / Build (windows/arm64) (push) Successful in 26s
release / Publish release (push) Failing after 4s

This commit is contained in:
Victor Hugo Vargas Servin 2026-08-04 01:32:26 -07:00
parent 160f7ab16c
commit eed3155bf9

View file

@ -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: