diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 925fe1fa18dd6..17711ea0fe6c0 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