fix: disable actions cache to debug go vet failures

This commit is contained in:
2026-08-30 07:34:25 -07:00
parent 7df2f9e769
commit 31248eacc0
+6 -6
View File
@@ -25,14 +25,14 @@ jobs:
git config --global url."https://oauth2:${REGISTRY_PAT}@forgejo.riotpiao.com".insteadOf "https://forgejo.riotpiao.com" git config --global url."https://oauth2:${REGISTRY_PAT}@forgejo.riotpiao.com".insteadOf "https://forgejo.riotpiao.com"
- name: cache go modules + build cache - name: cache go modules + build cache
uses: actions/cache@v4 # uses: actions/cache@v4
with: # with:
path: | # path: |
~/.cache/go-build ~/.cache/go-build
~/go/pkg/mod ~/go/pkg/mod
key: go-${{ runner.os }}-${{ hashFiles('go.sum') }} # key: # go-${{ runner.os }}-${{ hashFiles('go.sum') }}
restore-keys: | # restore-keys: |
go-${{ runner.os }}- # go-${{ runner.os }}-
- name: gofmt - name: gofmt
run: | run: |