fix: remove broken actions/cache (Forgejo doesn't need it)

This commit is contained in:
2026-08-30 09:36:53 -07:00
parent cdca9d7a2d
commit a13e71e828
-10
View File
@@ -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 .)"