chore: remove default cache

This commit is contained in:
franklin
2023-06-27 15:43:06 +02:00
2 changed files with 1 additions and 3 deletions
-1
View File
@@ -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
+1 -2
View File
@@ -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