fix: remove broken actions/cache (Forgejo doesn't need it)
This commit is contained in:
@@ -33,16 +33,6 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
REGISTRY_PAT: ${{ secrets.REGISTRY_PAT }}
|
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
|
- name: gofmt
|
||||||
run: |
|
run: |
|
||||||
fmt_out="$(gofmt -l .)"
|
fmt_out="$(gofmt -l .)"
|
||||||
|
|||||||
Reference in New Issue
Block a user