fix: disable actions cache to debug go vet failures
ci / test (push) Canceled after 0s
build / build-push (push) Failing after 4m24s

This commit is contained in:
2026-08-30 07:34:20 -07:00
parent f85dd6b013
commit 12a9a6f7a9
+10 -9
View File
@@ -29,15 +29,16 @@ jobs:
run: | run: |
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 # Cache disabled due to go vet failures
uses: actions/cache@v4 # - name: cache go modules + build cache
with: # uses: actions/cache@v4
path: | # with:
~/.cache/go-build # path: |
~/go/pkg/mod # ~/.cache/go-build
key: go-${{ runner.os }}-${{ hashFiles('go.sum') }} # ~/go/pkg/mod
restore-keys: | # key: go-${{ runner.os }}-${{ hashFiles('go.sum') }}
go-${{ runner.os }}- # restore-keys: |
# go-${{ runner.os }}-
- name: gofmt - name: gofmt
run: | run: |