From 1fc32b1c3d15ad73dfe21dd5df550b9e596e88cd Mon Sep 17 00:00:00 2001 From: Colin Adler Date: Fri, 21 Apr 2023 13:01:42 -0500 Subject: [PATCH] ci: disable caching in setup/go action (#7251) --- .github/workflows/ci.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 925fe1fa18..17711ea0fe 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -152,6 +152,7 @@ jobs: - uses: actions/setup-go@v4 with: + cache: false go-version: "~1.20" - name: Echo Go Cache Paths @@ -252,6 +253,7 @@ jobs: - uses: actions/setup-go@v4 with: + cache: false go-version: "~1.20" - name: Echo Go Cache Paths @@ -339,6 +341,7 @@ jobs: - uses: actions/setup-go@v4 with: + cache: false go-version: "~1.20" - name: Echo Go Cache Paths @@ -429,6 +432,7 @@ jobs: - uses: actions/setup-go@v4 with: + cache: false go-version: "~1.20" - name: Echo Go Cache Paths @@ -558,6 +562,7 @@ jobs: - uses: actions/setup-go@v4 with: + cache: false go-version: "~1.20" - uses: hashicorp/setup-terraform@v2