From 0c58baa5c28cf23d0e509c1868cb97acdc13183d Mon Sep 17 00:00:00 2001 From: Steven Powell Date: Mon, 20 Mar 2023 13:07:34 -0700 Subject: [PATCH] CI: remove setup-go cache true lines --- .github/workflows/build.yml | 3 --- .github/workflows/docs.yml | 1 - .github/workflows/functional_verified.yml | 1 - .github/workflows/leaderboard.yml | 1 - .github/workflows/master.yml | 3 --- .github/workflows/pr.yml | 3 --- .github/workflows/sync-minikube.yml | 1 - .github/workflows/time-to-k8s-public-chart.yml | 2 -- .github/workflows/time-to-k8s.yml | 1 - .github/workflows/translations.yml | 1 - .github/workflows/update-buildkit-version.yml | 1 - .github/workflows/update-cloud-spanner-emulator-version.yml | 1 - .github/workflows/update-containerd-version.yml | 1 - .github/workflows/update-cri-o-version.yml | 1 - .github/workflows/update-docsy-version.yml | 1 - .github/workflows/update-gh-version.yml | 1 - .github/workflows/update-golang-version.yml | 1 - .github/workflows/update-golint-version.yml | 1 - .github/workflows/update-gopogh-version.yml | 1 - .github/workflows/update-gotestsum-version.yml | 1 - .github/workflows/update-hugo-version.yml | 1 - .github/workflows/update-k8s-versions.yml | 1 - .github/workflows/update-kubeadm-constants.yml | 1 - .github/workflows/yearly-leaderboard.yml | 1 - 24 files changed, 31 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dc6e5b3ed3d6..e9b614861e0b 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 4d00dff5bf19..b2339d7eac44 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 809d975f2cda..604650b1859a 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 d904898d61ab..1bd13b2dd734 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 181e4206f7f1..dac5a3ba7294 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 0def341df7bf..31239578e22b 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 23e447007a4b..60c230f5260e 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 dc6bf1093f1c..3b4681c60175 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 80b6c116a23c..26a935ce0f5b 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 0eea19ff192d..3a672a72ca24 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 c4cd76ecc70c..9594a45af623 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 9419f3440f6c..c44718e09538 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 c939dbf12538..11c9c974ecdb 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 1cbb54d29a1d..319e6d256864 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 a80a07dc20de..0970b0f8b991 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 76079de75353..cdc7997e57df 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 79827ee29a6f..27f9c741d415 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 7102b0124cdf..80b76137e8ed 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 07332d14cf21..90c052c3a037 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 f08b44f7ae95..89ab1d0d07cc 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 701d1ef8eec0..a9313b3c3e56 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 88a87b510417..1a3df1d5d3b3 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 41b8c7b6e1c1..a97d0b11e518 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 91d041fb9974..0c9470780d36 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