fix: disable actions cache to debug go vet failures
This commit is contained in:
@@ -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: |
|
||||||
|
|||||||
Reference in New Issue
Block a user