fix: disable actions cache to debug go vet failures
This commit is contained in:
@@ -29,15 +29,16 @@ 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 }}-
|
||||
# Cache disabled due to go vet failures
|
||||
# - 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: |
|
||||
|
||||
Reference in New Issue
Block a user