Skip to content

Commit

Permalink
chore: remove default cache
Browse files Browse the repository at this point in the history
  • Loading branch information
franklinkim committed Jun 27, 2023
2 parents 5d84564 + 9c2736d commit cbff8ca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/releases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cbff8ca

Please sign in to comment.