diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index be37a482b24b..f3e492c2fc95 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,7 +24,6 @@ jobs: - uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 with: go-version: ${{env.GO_VERSION}} - cache: true cache-dependency-path: ./go.sum - name: Download Dependencies run: go mod download @@ -52,7 +51,6 @@ jobs: - uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 with: go-version: ${{env.GO_VERSION}} - cache: true cache-dependency-path: ./go.sum - name: Install libvirt run: | @@ -72,7 +70,6 @@ jobs: - uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 with: go-version: ${{env.GO_VERSION}} - cache: true cache-dependency-path: ./go.sum - name: Install libvirt run: | diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 529cfb697d93..86e920f5d094 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -19,7 +19,6 @@ jobs: - uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 with: go-version: ${{env.GO_VERSION}} - cache: true cache-dependency-path: ./go.sum - name: Generate Docs id: gendocs diff --git a/.github/workflows/functional_verified.yml b/.github/workflows/functional_verified.yml index 57ac9bb68346..15cc497d0cbf 100644 --- a/.github/workflows/functional_verified.yml +++ b/.github/workflows/functional_verified.yml @@ -38,7 +38,6 @@ jobs: - uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 with: go-version: ${{env.GO_VERSION}} - cache: true cache-dependency-path: ./go.sum - name: Download Dependencies run: go mod download diff --git a/.github/workflows/leaderboard.yml b/.github/workflows/leaderboard.yml index bd57bb2f10b6..8e2971ca1980 100644 --- a/.github/workflows/leaderboard.yml +++ b/.github/workflows/leaderboard.yml @@ -18,7 +18,6 @@ jobs: - uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 with: go-version: ${{env.GO_VERSION}} - cache: true cache-dependency-path: ./go.sum - name: Update Leaderboard id: leaderboard diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index d5b504b086c7..b81a160f58aa 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -28,7 +28,6 @@ jobs: - uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 with: go-version: ${{env.GO_VERSION}} - cache: true cache-dependency-path: ./go.sum - name: Download Dependencies run: go mod download @@ -56,7 +55,6 @@ jobs: - uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 with: go-version: ${{env.GO_VERSION}} - cache: true cache-dependency-path: ./go.sum - name: Install libvirt run: | @@ -76,7 +74,6 @@ jobs: - uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 with: go-version: ${{env.GO_VERSION}} - cache: true cache-dependency-path: ./go.sum - name: Install libvirt run: | diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 0c7b26ed4a4e..c7a097cb9672 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -26,7 +26,6 @@ jobs: - uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 with: go-version: ${{env.GO_VERSION}} - cache: true cache-dependency-path: ./go.sum - name: Download Dependencies run: go mod download @@ -54,7 +53,6 @@ jobs: - uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 with: go-version: ${{env.GO_VERSION}} - cache: true cache-dependency-path: ./go.sum - name: Install libvirt run: | @@ -74,7 +72,6 @@ jobs: - uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 with: go-version: ${{env.GO_VERSION}} - cache: true cache-dependency-path: ./go.sum - name: Install libvirt run: | diff --git a/.github/workflows/sync-minikube.yml b/.github/workflows/sync-minikube.yml index 1e9f71702935..840240d729c0 100644 --- a/.github/workflows/sync-minikube.yml +++ b/.github/workflows/sync-minikube.yml @@ -26,7 +26,6 @@ jobs: uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 with: go-version: ${{env.GO_VERSION}} - cache: true cache-dependency-path: ./go.sum - name: Build diff --git a/.github/workflows/time-to-k8s-public-chart.yml b/.github/workflows/time-to-k8s-public-chart.yml index caa44324bd31..7fa130f641b2 100644 --- a/.github/workflows/time-to-k8s-public-chart.yml +++ b/.github/workflows/time-to-k8s-public-chart.yml @@ -23,7 +23,6 @@ jobs: - uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 with: go-version: ${{env.GO_VERSION}} - cache: true cache-dependency-path: ./go.sum - name: Benchmark time-to-k8s for Docker driver with Docker runtime run: | @@ -49,7 +48,6 @@ jobs: - uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 with: go-version: ${{env.GO_VERSION}} - cache: true cache-dependency-path: ./go.sum - name: Disable firewall run: | diff --git a/.github/workflows/time-to-k8s.yml b/.github/workflows/time-to-k8s.yml index de46c6f4560e..81489a176f80 100644 --- a/.github/workflows/time-to-k8s.yml +++ b/.github/workflows/time-to-k8s.yml @@ -19,7 +19,6 @@ jobs: - uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 with: go-version: ${{env.GO_VERSION}} - cache: true cache-dependency-path: ./go.sum - name: time-to-k8s Benchmark id: timeToK8sBenchmark diff --git a/.github/workflows/translations.yml b/.github/workflows/translations.yml index d4fc9b73474e..596e6d006261 100644 --- a/.github/workflows/translations.yml +++ b/.github/workflows/translations.yml @@ -18,7 +18,6 @@ jobs: - uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 with: go-version: ${{env.GO_VERSION}} - cache: true cache-dependency-path: ./go.sum - name: Install libvirt run: | diff --git a/.github/workflows/update-buildkit-version.yml b/.github/workflows/update-buildkit-version.yml index ce79ba50049f..2da39a82b283 100644 --- a/.github/workflows/update-buildkit-version.yml +++ b/.github/workflows/update-buildkit-version.yml @@ -18,7 +18,6 @@ jobs: - uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 with: go-version: ${{env.GO_VERSION}} - cache: true cache-dependency-path: ./go.sum - name: Bump buildkit Version id: bumpBuildkit diff --git a/.github/workflows/update-cloud-spanner-emulator-version.yml b/.github/workflows/update-cloud-spanner-emulator-version.yml index abb9c03e22e6..9afff47668a2 100644 --- a/.github/workflows/update-cloud-spanner-emulator-version.yml +++ b/.github/workflows/update-cloud-spanner-emulator-version.yml @@ -18,7 +18,6 @@ jobs: - uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 with: go-version: ${{env.GO_VERSION}} - cache: true cache-dependency-path: ./go.sum - name: Bump cloud-spanner-emulator version id: bumpCloudSpannerEmulator diff --git a/.github/workflows/update-containerd-version.yml b/.github/workflows/update-containerd-version.yml index 9d1246a024ce..fceece4588bb 100644 --- a/.github/workflows/update-containerd-version.yml +++ b/.github/workflows/update-containerd-version.yml @@ -18,7 +18,6 @@ jobs: - uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 with: go-version: ${{env.GO_VERSION}} - cache: true cache-dependency-path: ./go.sum - name: Bump containerd Version id: bumpContainerd diff --git a/.github/workflows/update-cri-o-version.yml b/.github/workflows/update-cri-o-version.yml index 4e53773552ec..b8e03240ec0a 100644 --- a/.github/workflows/update-cri-o-version.yml +++ b/.github/workflows/update-cri-o-version.yml @@ -18,7 +18,6 @@ jobs: - uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 with: go-version: ${{env.GO_VERSION}} - cache: true cache-dependency-path: ./go.sum - name: Bump cri-o Version id: bumpCrio diff --git a/.github/workflows/update-docsy-version.yml b/.github/workflows/update-docsy-version.yml index 18cccc9dcca4..d0bf2295b893 100644 --- a/.github/workflows/update-docsy-version.yml +++ b/.github/workflows/update-docsy-version.yml @@ -18,7 +18,6 @@ jobs: - uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 with: go-version: ${{env.GO_VERSION}} - cache: true cache-dependency-path: ./go.sum - name: Bump Docsy version id: bumpDocsy diff --git a/.github/workflows/update-gh-version.yml b/.github/workflows/update-gh-version.yml index 1611e78cf8b9..2fe77a8b92f8 100644 --- a/.github/workflows/update-gh-version.yml +++ b/.github/workflows/update-gh-version.yml @@ -18,7 +18,6 @@ jobs: - uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 with: go-version: ${{env.GO_VERSION}} - cache: true cache-dependency-path: ./go.sum - name: Bump gh version id: bumpGh diff --git a/.github/workflows/update-golang-version.yml b/.github/workflows/update-golang-version.yml index 28b464dd3d18..a309e69ad86f 100644 --- a/.github/workflows/update-golang-version.yml +++ b/.github/workflows/update-golang-version.yml @@ -18,7 +18,6 @@ jobs: - uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 with: go-version: ${{env.GO_VERSION}} - cache: true cache-dependency-path: ./go.sum - name: Bump Golang Versions id: bumpGolang diff --git a/.github/workflows/update-golint-version.yml b/.github/workflows/update-golint-version.yml index 335a49ac4e9c..a54cd6b0d3eb 100644 --- a/.github/workflows/update-golint-version.yml +++ b/.github/workflows/update-golint-version.yml @@ -18,7 +18,6 @@ jobs: - uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 with: go-version: ${{env.GO_VERSION}} - cache: true cache-dependency-path: ./go.sum - name: Bump Golint Versions id: bumpGolint diff --git a/.github/workflows/update-gopogh-version.yml b/.github/workflows/update-gopogh-version.yml index c00199c26b61..01397ae93576 100644 --- a/.github/workflows/update-gopogh-version.yml +++ b/.github/workflows/update-gopogh-version.yml @@ -18,7 +18,6 @@ jobs: - uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 with: go-version: ${{env.GO_VERSION}} - cache: true cache-dependency-path: ./go.sum - name: Bump gopogh Versions id: bumpGopogh diff --git a/.github/workflows/update-gotestsum-version.yml b/.github/workflows/update-gotestsum-version.yml index 3ccf5ed39821..2c96ab2ea972 100644 --- a/.github/workflows/update-gotestsum-version.yml +++ b/.github/workflows/update-gotestsum-version.yml @@ -18,7 +18,6 @@ jobs: - uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 with: go-version: ${{env.GO_VERSION}} - cache: true cache-dependency-path: ./go.sum - name: Bump Gotestsum Versions id: bumpGotestsum diff --git a/.github/workflows/update-hugo-version.yml b/.github/workflows/update-hugo-version.yml index 0581f46e4226..1ab2cd18ba8d 100644 --- a/.github/workflows/update-hugo-version.yml +++ b/.github/workflows/update-hugo-version.yml @@ -18,7 +18,6 @@ jobs: - uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 with: go-version: ${{env.GO_VERSION}} - cache: true cache-dependency-path: ./go.sum - name: Bump Hugo version id: bumpHugo diff --git a/.github/workflows/update-k8s-versions.yml b/.github/workflows/update-k8s-versions.yml index 597a2e712fa3..34b99ae10053 100644 --- a/.github/workflows/update-k8s-versions.yml +++ b/.github/workflows/update-k8s-versions.yml @@ -18,7 +18,6 @@ jobs: - uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 with: go-version: ${{env.GO_VERSION}} - cache: true cache-dependency-path: ./go.sum - name: Bump Kubernetes Versions id: bumpk8s diff --git a/.github/workflows/update-kubeadm-constants.yml b/.github/workflows/update-kubeadm-constants.yml index 8299cdde8097..18465e6e503b 100644 --- a/.github/workflows/update-kubeadm-constants.yml +++ b/.github/workflows/update-kubeadm-constants.yml @@ -18,7 +18,6 @@ jobs: - uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 with: go-version: ${{env.GO_VERSION}} - cache: true cache-dependency-path: ./go.sum - name: Bump Kubeadm Constants for Kubernetes Images id: bumpKubeadmConsts diff --git a/.github/workflows/yearly-leaderboard.yml b/.github/workflows/yearly-leaderboard.yml index e57c4bbbb2d3..b7634537ec2c 100644 --- a/.github/workflows/yearly-leaderboard.yml +++ b/.github/workflows/yearly-leaderboard.yml @@ -23,7 +23,6 @@ jobs: - uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 with: go-version: ${{env.GO_VERSION}} - cache: true cache-dependency-path: ./go.sum - name: Update Yearly Leaderboard id: yearlyLeaderboard