Skip to content

Commit 0ad04d4

Browse files
committed
Disable setup-go caching
1 parent 25f0692 commit 0ad04d4

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/go-tests-other-os.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
uses: actions/setup-go@v5
2323
with:
2424
go-version: ${{ env.GO_VERSION }}
25+
cache: false
2526
id: go
2627

2728
- name: Check out code
@@ -58,6 +59,7 @@ jobs:
5859
uses: actions/setup-go@v5
5960
with:
6061
go-version: ${{ env.GO_VERSION }}
62+
cache: false
6163
id: go
6264

6365
- name: Check out code

.github/workflows/go-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
uses: actions/setup-go@v5
3333
with:
3434
go-version: ${{ env.GO_VERSION }}
35+
cache: false
3536
id: go
3637

3738
- name: Check out code

0 commit comments

Comments
 (0)