mirror of
https://github.com/foomo/fender.git
synced 2026-08-16 22:40:23 +00:00
chore: remove default cache
This commit is contained in:
@@ -25,7 +25,6 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-go@v4
|
||||
with:
|
||||
cache: true
|
||||
check-latest: true
|
||||
go-version-file: 'go.mod'
|
||||
- name: Run go mod tidy
|
||||
|
||||
@@ -22,9 +22,8 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- run: git fetch --force --tags
|
||||
- uses: actions/setup-go@v3
|
||||
- uses: actions/setup-go@v4
|
||||
with:
|
||||
cache: true
|
||||
check-latest: true
|
||||
go-version-file: 'go.mod'
|
||||
- uses: goreleaser/goreleaser-action@v4
|
||||
|
||||
Reference in New Issue
Block a user