From 0f783deb7d3014f167ae8137e543d6d9bbbd4b9b Mon Sep 17 00:00:00 2001 From: Medya Gh Date: Fri, 2 Dec 2022 16:35:59 -0800 Subject: [PATCH] remove go cache from no checkout --- .github/workflows/functional_verified.yml | 2 -- .github/workflows/master.yml | 10 ---------- .github/workflows/pr.yml | 10 ---------- 3 files changed, 22 deletions(-) diff --git a/.github/workflows/functional_verified.yml b/.github/workflows/functional_verified.yml index 68559ff6d7..2e661e7d00 100644 --- a/.github/workflows/functional_verified.yml +++ b/.github/workflows/functional_verified.yml @@ -119,8 +119,6 @@ jobs: - uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 with: go-version: ${{env.GO_VERSION}} - cache: true - cache-dependency-path: ./go.sum - name: Download Binaries uses: actions/download-artifact@9782bd6a9848b53b110e712e20e42d89988822b7 with: diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index b7019baa33..aee5997e95 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -125,8 +125,6 @@ jobs: - uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 with: go-version: ${{env.GO_VERSION}} - cache: true - cache-dependency-path: ./go.sum - name: Install gopogh shell: bash @@ -227,8 +225,6 @@ jobs: - uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 with: go-version: ${{env.GO_VERSION}} - cache: true - cache-dependency-path: ./go.sum - name: Install gopogh shell: bash run: | @@ -332,8 +328,6 @@ jobs: - uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 with: go-version: ${{env.GO_VERSION}} - cache: true - cache-dependency-path: ./go.sum - name: Install gopogh shell: bash run: | @@ -420,8 +414,6 @@ jobs: - uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 with: go-version: ${{env.GO_VERSION}} - cache: true - cache-dependency-path: ./go.sum - name: Install gopogh shell: bash @@ -521,8 +513,6 @@ jobs: - uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 with: go-version: ${{env.GO_VERSION}} - cache: true - cache-dependency-path: ./go.sum # conntrack is required for kubernetes 1.18 and higher # socat is required for kubectl port forward which is used in some tests such as validateHelmTillerAddon # cri-dockerd is required for Kubernetes 1.24 and higher for none driver diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 15ec5983e9..b0cf212e10 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -123,8 +123,6 @@ jobs: - uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 with: go-version: ${{env.GO_VERSION}} - cache: true - cache-dependency-path: ./go.sum - name: Install gopogh shell: bash run: | @@ -225,8 +223,6 @@ jobs: - uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 with: go-version: ${{env.GO_VERSION}} - cache: true - cache-dependency-path: ./go.sum - name: Install gopogh shell: bash run: | @@ -331,8 +327,6 @@ jobs: - uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 with: go-version: ${{env.GO_VERSION}} - cache: true - cache-dependency-path: ./go.sum - name: Install gopogh shell: bash run: | @@ -420,8 +414,6 @@ jobs: - uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 with: go-version: ${{env.GO_VERSION}} - cache: true - cache-dependency-path: ./go.sum - name: Install gopogh shell: bash @@ -522,8 +514,6 @@ jobs: - uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 with: go-version: ${{env.GO_VERSION}} - cache: true - cache-dependency-path: ./go.sum # conntrack is required for kubernetes 1.18 and higher # socat is required for kubectl port forward which is used in some tests such as validateHelmTillerAddon # cri-dockerd is required for Kubernetes 1.24 and higher for none driver