Skip to content

Commit c58ed0e

Browse files
committed
workflows: Perform the setup uncached
1 parent f475220 commit c58ed0e

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/nightly.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
uses: actions/setup-go@v5
1616
with:
1717
go-version: ${{ matrix.go-version }}
18+
cache: false
1819

1920
- name: Checkout
2021
uses: actions/checkout@v4

.github/workflows/test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
- uses: actions/setup-go@v5
1212
with:
1313
go-version: ${{ matrix.go-version }}
14+
cache: false
15+
1416
- uses: actions/checkout@v4
1517

1618
- name: Build

0 commit comments

Comments
 (0)