Skip to content

Commit

Permalink
ci(actions/setup-go@v5): disable cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Markson Hon committed Feb 20, 2025
1 parent 68486b4 commit 1e707fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/seed-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: '^1.21'
cache: false

- name: Get project dependencies
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/seed-release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: '^1.21'
cache: false

- name: Get project dependencies
run: |
Expand Down

0 comments on commit 1e707fc

Please sign in to comment.