From 899a90031902c6953453dfe6fe1e097afc29b2eb Mon Sep 17 00:00:00 2001 From: rock Date: Sun, 30 Aug 2026 09:22:11 -0700 Subject: [PATCH] fix: remove broken actions/cache - tests pass without it --- .gitea/workflows/ci.yaml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index da8704c..a23b135 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -29,17 +29,6 @@ jobs: run: | git config --global url."https://oauth2:${REGISTRY_PAT}@forgejo.riotpiao.com".insteadOf "https://forgejo.riotpiao.com" - # Cache disabled due to go vet failures - # - 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 .)"