Skip to content

Commit

Permalink
Disable caching for setup-go action
Browse files Browse the repository at this point in the history
We only use go to install `ghcommit` and thus do not have a `go.mod` / `go.sum`
file, causing warnings to be emitted by the action.
  • Loading branch information
TimWolla committed Jul 15, 2024
1 parent c7980ce commit 4367459
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
with:
fetch-depth: 0
- uses: actions/setup-go@v5
with:
cache: false
- name: Run update.sh.
run: ./update.sh
- name: Commit changes.
Expand Down

0 comments on commit 4367459

Please sign in to comment.