Skip to content

Commit

Permalink
.github/workflows/ci.yml: no cache on setup go
Browse files Browse the repository at this point in the history
  • Loading branch information
xgoffin committed Jan 14, 2025
1 parent a051207 commit f09ef82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}
cache: false
- name: Checkout
uses: actions/checkout@v4
- name: Cache Modules
Expand Down

0 comments on commit f09ef82

Please sign in to comment.