From a13e71e82897a630060fe7c54bb8680c905eb43a Mon Sep 17 00:00:00 2001 From: rock Date: Sun, 30 Aug 2026 09:36:53 -0700 Subject: [PATCH] fix: remove broken actions/cache (Forgejo doesn't need it) --- .gitea/workflows/ci.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 1b61273..c03216d 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -33,16 +33,6 @@ jobs: env: REGISTRY_PAT: ${{ secrets.REGISTRY_PAT }} - - name: cache go modules + build cache - # uses: actions/cache@v4 - # with: - # path: | - ~/.cache/go-build - ~/go/pkg/mod - # key: # go-${{ runner.os }}-${{ hashFiles('go.sum') }} - # restore-keys: | - # go-${{ runner.os }}- - - name: gofmt run: | fmt_out="$(gofmt -l .)"