Skip to content

Commit

Permalink
ci: disable go cache for self-hosted runner
Browse files Browse the repository at this point in the history
Apparently self-hosted runners don't require the go caching, and for
some reason it can take 20 minutes.

This sets `cache: false` for actions/setup-go@v4
  • Loading branch information
jchappelow committed Jan 22, 2024
1 parent fe5948e commit 3d9d804
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
with:
go-version: '1.21.x'
check-latest: true
cache: false

- name: Install dependencies
env:
Expand Down

0 comments on commit 3d9d804

Please sign in to comment.