fix: remove broken actions/cache (Forgejo doesn't need it)
ci / test (push) Failing after 1m58s

This commit is contained in:
2026-08-30 09:36:52 -07:00
parent 31248eacc0
commit b79e29dfae
-10
View File
@@ -24,16 +24,6 @@ jobs:
run: |
git config --global url."https://oauth2:${REGISTRY_PAT}@forgejo.riotpiao.com".insteadOf "https://forgejo.riotpiao.com"
- 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 ./cmd ./internal)"