Skip to content
This repository was archived by the owner on Mar 16, 2024. It is now read-only.

Commit 9bc0286

Browse files
disable cache for setup go job (#1404)
Signed-off-by: jacobdonenfeld <[email protected]>
1 parent 2fd5f49 commit 9bc0286

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

.github/workflows/aws-eks-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
fetch-depth: 0
2525
- uses: actions/setup-go@v4
2626
with:
27+
cache: false
2728
go-version: "1.20"
2829
- run: make validate-code
2930
- run: make build

.github/workflows/main-mac-smoke-test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- name: Set up Go
2121
uses: actions/setup-go@v4
2222
with:
23+
cache: false
2324
go-version: "1.20"
2425
- name: Set up Docker Buildx
2526
id: buildx

.github/workflows/main-release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
- name: Set up Go
2525
uses: actions/setup-go@v4
2626
with:
27+
cache: false
2728
go-version: "1.20"
2829
- name: Set up QEMU
2930
uses: docker/setup-qemu-action@v2

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- name: Set up Go
2121
uses: actions/setup-go@v4
2222
with:
23+
cache: false
2324
go-version: "1.20"
2425
- name: Set up Docker Buildx
2526
id: buildx

.github/workflows/test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
fetch-depth: 1
2121
- uses: actions/setup-go@v4
2222
with:
23+
cache: false
2324
go-version: "1.20"
2425
- uses: debianmaster/[email protected]
2526
with:

.github/workflows/validate-docs.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
fetch-depth: 0
1717
- uses: actions/setup-go@v4
1818
with:
19+
cache: false
1920
go-version: "1.20"
2021
- run: make init-docs
2122
- run: make validate-docs

0 commit comments

Comments
 (0)