From 38edbf645fac55840f933e28f39e509a4d33951e Mon Sep 17 00:00:00 2001 From: Colin Adler Date: Fri, 21 Apr 2023 17:21:19 +0000 Subject: [PATCH 1/2] ci: disable caching in `setup/go` action --- .github/workflows/ci.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 925fe1fa18dd6..c31de50ba653c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -37,6 +37,7 @@ jobs: # Install Go! - uses: actions/setup-go@v4 with: + cache: false go-version: "~1.20" # Check for any typos! @@ -152,6 +153,7 @@ jobs: - uses: actions/setup-go@v4 with: + cache: false go-version: "~1.20" - name: Echo Go Cache Paths @@ -252,6 +254,7 @@ jobs: - uses: actions/setup-go@v4 with: + cache: false go-version: "~1.20" - name: Echo Go Cache Paths @@ -339,6 +342,7 @@ jobs: - uses: actions/setup-go@v4 with: + cache: false go-version: "~1.20" - name: Echo Go Cache Paths @@ -429,6 +433,7 @@ jobs: - uses: actions/setup-go@v4 with: + cache: false go-version: "~1.20" - name: Echo Go Cache Paths @@ -558,6 +563,7 @@ jobs: - uses: actions/setup-go@v4 with: + cache: false go-version: "~1.20" - uses: hashicorp/setup-terraform@v2 From 70a328b6c4c3f8af14e435a7dfb4fd20e3d172fb Mon Sep 17 00:00:00 2001 From: Colin Adler Date: Fri, 21 Apr 2023 17:24:16 +0000 Subject: [PATCH 2/2] fixup! ci: disable caching in `setup/go` action --- .github/workflows/ci.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c31de50ba653c..17711ea0fe6c0 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -37,7 +37,6 @@ jobs: # Install Go! - uses: actions/setup-go@v4 with: - cache: false go-version: "~1.20" # Check for any typos!