From 3aca5cebb1bb1781494a9c005d461d39160c318c Mon Sep 17 00:00:00 2001 From: Steven Powell Date: Wed, 17 Apr 2024 18:09:58 -0700 Subject: [PATCH] CI: Fix setup-go warnings --- .github/workflows/build.yml | 3 --- .github/workflows/docs.yml | 1 - .github/workflows/functional_verified.yml | 2 +- .github/workflows/leaderboard.yml | 1 - .github/workflows/master.yml | 9 +++++---- .github/workflows/minikube-image-benchmark.yml | 3 +-- .github/workflows/pr.yml | 10 ++++++---- .github/workflows/sync-minikube.yml | 2 -- .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-calico-version.yml | 1 - .../update-cloud-spanner-emulator-version.yml | 1 - .github/workflows/update-cni-plugins-version.yml | 1 - .github/workflows/update-containerd-version.yml | 1 - .github/workflows/update-cri-dockerd-version.yml | 1 - .github/workflows/update-cri-o-version.yml | 1 - .github/workflows/update-crictl-version.yml | 1 - .github/workflows/update-crun-version.yml | 1 - .github/workflows/update-docker-buildx-version.yml | 1 - .github/workflows/update-docker-version.yml | 1 - .github/workflows/update-docsy-version.yml | 1 - .github/workflows/update-flannel-version.yml | 1 - .github/workflows/update-gcp-auth-version.yml | 1 - .github/workflows/update-gh-version.yml | 1 - .github/workflows/update-go-github-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-ingress-version.yml | 1 - .github/workflows/update-inspektor-gadget-version.yml | 1 - .github/workflows/update-iso-image-versions.yml | 1 - .github/workflows/update-istio-operator.yml | 1 - .github/workflows/update-k8s-versions.yml | 1 - .github/workflows/update-kindnetd-version.yml | 1 - .../update-kong-ingress-controller-version.yml | 1 - .github/workflows/update-kong-version.yml | 1 - .github/workflows/update-kubeadm-constants.yml | 1 - .github/workflows/update-kubectl-version.yml | 1 - .github/workflows/update-kubernetes-versions-list.yml | 1 - .github/workflows/update-metrics-server-version.yml | 1 - .github/workflows/update-nerdctl-version.yml | 1 - .github/workflows/update-nerdctld-version.yml | 1 - .../workflows/update-nvidia-device-plugin-version.yml | 1 - .github/workflows/update-registry-version.yml | 1 - .github/workflows/update-runc-version.yml | 1 - .github/workflows/update-site-node-version.yml | 1 - .github/workflows/update-ubuntu-version.yml | 1 - .github/workflows/yearly-leaderboard.yml | 1 - 52 files changed, 13 insertions(+), 63 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8b8f6cb1ab..716e9d78b7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,7 +24,6 @@ jobs: - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 with: go-version: ${{env.GO_VERSION}} - cache-dependency-path: ./go.sum - name: Download Dependencies run: go mod download - name: Build Binaries @@ -51,7 +50,6 @@ jobs: - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 with: go-version: ${{env.GO_VERSION}} - cache-dependency-path: ./go.sum - name: Install libvirt run: | sudo apt-get update @@ -70,7 +68,6 @@ jobs: - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 with: go-version: ${{env.GO_VERSION}} - cache-dependency-path: ./go.sum - name: Install libvirt run: | sudo apt-get update diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 4cf0227864..0dc6d735d8 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -19,7 +19,6 @@ jobs: - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 with: go-version: ${{env.GO_VERSION}} - cache-dependency-path: ./go.sum - name: Generate Docs id: gendocs run: | diff --git a/.github/workflows/functional_verified.yml b/.github/workflows/functional_verified.yml index 59129ec7d8..af145a745b 100644 --- a/.github/workflows/functional_verified.yml +++ b/.github/workflows/functional_verified.yml @@ -38,7 +38,6 @@ jobs: - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 with: go-version: ${{env.GO_VERSION}} - cache-dependency-path: ./go.sum - name: Download Dependencies run: go mod download - name: Build Binaries @@ -64,6 +63,7 @@ jobs: steps: - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 with: + cache: false go-version: ${{env.GO_VERSION}} - name: Install tools shell: bash diff --git a/.github/workflows/leaderboard.yml b/.github/workflows/leaderboard.yml index 398fa78813..b1ac4c3ae7 100644 --- a/.github/workflows/leaderboard.yml +++ b/.github/workflows/leaderboard.yml @@ -18,7 +18,6 @@ jobs: - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 with: go-version: ${{env.GO_VERSION}} - cache-dependency-path: ./go.sum - name: Update Leaderboard id: leaderboard run: | diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index bd23df3918..6159c5a31f 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -28,7 +28,6 @@ jobs: - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 with: go-version: ${{env.GO_VERSION}} - cache-dependency-path: ./go.sum - name: Download Dependencies run: go mod download - name: Build Binaries @@ -54,7 +53,6 @@ jobs: - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 with: go-version: ${{env.GO_VERSION}} - cache-dependency-path: ./go.sum - name: Download Dependencies run: go mod download - name: Build Binaries @@ -68,7 +66,6 @@ jobs: - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 with: go-version: ${{env.GO_VERSION}} - cache-dependency-path: ./go.sum - name: Install libvirt run: | sudo apt-get update @@ -87,7 +84,6 @@ jobs: - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 with: go-version: ${{env.GO_VERSION}} - cache-dependency-path: ./go.sum - name: Install libvirt run: | sudo apt-get update @@ -134,6 +130,7 @@ jobs: echo "--------------------------" - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 with: + cache: false go-version: ${{env.GO_VERSION}} - name: Install gopogh shell: bash @@ -232,6 +229,7 @@ jobs: echo "--------------------------" - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 with: + cache: false go-version: ${{env.GO_VERSION}} - name: Install gopogh shell: bash @@ -334,6 +332,7 @@ jobs: echo "--------------------------" - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 with: + cache: false go-version: ${{env.GO_VERSION}} - name: Install gopogh shell: bash @@ -419,6 +418,7 @@ jobs: kubectl version --client=true - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 with: + cache: false go-version: ${{env.GO_VERSION}} - name: Install gopogh shell: bash @@ -516,6 +516,7 @@ jobs: kubectl version --client=true - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 with: + cache: false go-version: ${{env.GO_VERSION}} # 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 diff --git a/.github/workflows/minikube-image-benchmark.yml b/.github/workflows/minikube-image-benchmark.yml index 9566cbdf84..9c71ac4cd5 100644 --- a/.github/workflows/minikube-image-benchmark.yml +++ b/.github/workflows/minikube-image-benchmark.yml @@ -23,9 +23,8 @@ jobs: - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 with: go-version: ${{env.GO_VERSION}} - cache-dependency-path: ./go.sum - name: Run Benchmark run: | ./hack/benchmark/image-build/publish-chart.sh - \ No newline at end of file + diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index c93445d7cc..4377da7d62 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -26,7 +26,6 @@ jobs: - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 with: go-version: ${{env.GO_VERSION}} - cache-dependency-path: ./go.sum - name: Download Dependencies run: go mod download - name: Build Binaries @@ -52,7 +51,6 @@ jobs: - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 with: go-version: ${{env.GO_VERSION}} - cache-dependency-path: ./go.sum - name: Download Dependencies run: go mod download - name: Build Binaries @@ -66,7 +64,6 @@ jobs: - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 with: go-version: ${{env.GO_VERSION}} - cache-dependency-path: ./go.sum - name: Install libvirt run: | sudo apt-get update @@ -85,7 +82,6 @@ jobs: - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 with: go-version: ${{env.GO_VERSION}} - cache-dependency-path: ./go.sum - name: Install libvirt run: | sudo apt-get update @@ -132,6 +128,7 @@ jobs: echo "--------------------------" - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 with: + cache: false go-version: ${{env.GO_VERSION}} - name: Install gopogh shell: bash @@ -231,6 +228,7 @@ jobs: echo "--------------------------" - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 with: + cache: false go-version: ${{env.GO_VERSION}} - name: Install gopogh shell: bash @@ -348,6 +346,7 @@ jobs: echo "--------------------------" - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 with: + cache: false go-version: ${{env.GO_VERSION}} - name: Install gopogh shell: bash @@ -451,6 +450,7 @@ jobs: echo "--------------------------" - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 with: + cache: false go-version: ${{env.GO_VERSION}} - name: Install gopogh shell: bash @@ -537,6 +537,7 @@ jobs: kubectl version --client=true - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 with: + cache: false go-version: ${{env.GO_VERSION}} - name: Install gopogh shell: bash @@ -635,6 +636,7 @@ jobs: kubectl version --client=true - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 with: + cache: false go-version: ${{env.GO_VERSION}} # 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 diff --git a/.github/workflows/sync-minikube.yml b/.github/workflows/sync-minikube.yml index cf1efd59c6..17a47bdac8 100644 --- a/.github/workflows/sync-minikube.yml +++ b/.github/workflows/sync-minikube.yml @@ -26,8 +26,6 @@ jobs: uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 with: go-version: ${{env.GO_VERSION}} - cache-dependency-path: ./go.sum - - name: Build run: make diff --git a/.github/workflows/time-to-k8s-public-chart.yml b/.github/workflows/time-to-k8s-public-chart.yml index b0f980595e..d62126bf5f 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@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 with: go-version: ${{env.GO_VERSION}} - cache-dependency-path: ./go.sum - name: Benchmark time-to-k8s for Docker driver with Docker runtime run: | ./hack/benchmark/time-to-k8s/public-chart/public-chart.sh docker docker @@ -48,7 +47,6 @@ jobs: - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 with: go-version: ${{env.GO_VERSION}} - cache-dependency-path: ./go.sum - name: Disable firewall run: | sudo /usr/libexec/ApplicationFirewall/socketfilterfw --setglobalstate off diff --git a/.github/workflows/time-to-k8s.yml b/.github/workflows/time-to-k8s.yml index 521418b619..886ebc338c 100644 --- a/.github/workflows/time-to-k8s.yml +++ b/.github/workflows/time-to-k8s.yml @@ -19,7 +19,6 @@ jobs: - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 with: go-version: ${{env.GO_VERSION}} - cache-dependency-path: ./go.sum - name: time-to-k8s Benchmark id: timeToK8sBenchmark run: | diff --git a/.github/workflows/translations.yml b/.github/workflows/translations.yml index 6625198ba7..48e4521115 100644 --- a/.github/workflows/translations.yml +++ b/.github/workflows/translations.yml @@ -18,7 +18,6 @@ jobs: - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 with: go-version: ${{env.GO_VERSION}} - cache-dependency-path: ./go.sum - name: Install libvirt run: | sudo apt-get update diff --git a/.github/workflows/update-buildkit-version.yml b/.github/workflows/update-buildkit-version.yml index 29d2765512..f590a21a1e 100644 --- a/.github/workflows/update-buildkit-version.yml +++ b/.github/workflows/update-buildkit-version.yml @@ -18,7 +18,6 @@ jobs: - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 with: go-version: ${{env.GO_VERSION}} - cache-dependency-path: ./go.sum - name: Bump buildkit Version id: bumpBuildkit run: | diff --git a/.github/workflows/update-calico-version.yml b/.github/workflows/update-calico-version.yml index 378d3708c1..f87f36a15f 100644 --- a/.github/workflows/update-calico-version.yml +++ b/.github/workflows/update-calico-version.yml @@ -18,7 +18,6 @@ jobs: - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 with: go-version: ${{env.GO_VERSION}} - cache-dependency-path: ./go.sum - name: Bump calico version id: bumpCalico run: | diff --git a/.github/workflows/update-cloud-spanner-emulator-version.yml b/.github/workflows/update-cloud-spanner-emulator-version.yml index be6fd75ed4..5415cdb0dd 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@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 with: go-version: ${{env.GO_VERSION}} - cache-dependency-path: ./go.sum - name: Bump cloud-spanner-emulator version id: bumpCloudSpannerEmulator run: | diff --git a/.github/workflows/update-cni-plugins-version.yml b/.github/workflows/update-cni-plugins-version.yml index 3406a43e6a..39028fb68f 100644 --- a/.github/workflows/update-cni-plugins-version.yml +++ b/.github/workflows/update-cni-plugins-version.yml @@ -18,7 +18,6 @@ jobs: - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 with: go-version: ${{env.GO_VERSION}} - cache-dependency-path: ./go.sum - name: Bump cni-plugins Version id: bumpCNIPlugins run: | diff --git a/.github/workflows/update-containerd-version.yml b/.github/workflows/update-containerd-version.yml index f5f6165e38..693d5e5ea9 100644 --- a/.github/workflows/update-containerd-version.yml +++ b/.github/workflows/update-containerd-version.yml @@ -18,7 +18,6 @@ jobs: - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 with: go-version: ${{env.GO_VERSION}} - cache-dependency-path: ./go.sum - name: Bump containerd Version id: bumpContainerd run: | diff --git a/.github/workflows/update-cri-dockerd-version.yml b/.github/workflows/update-cri-dockerd-version.yml index 8166fc35ea..9c2349242e 100644 --- a/.github/workflows/update-cri-dockerd-version.yml +++ b/.github/workflows/update-cri-dockerd-version.yml @@ -18,7 +18,6 @@ jobs: - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 with: go-version: ${{env.GO_VERSION}} - cache-dependency-path: ./go.sum - name: Bump cri-dockerd version id: bumpCriDockerd run: | diff --git a/.github/workflows/update-cri-o-version.yml b/.github/workflows/update-cri-o-version.yml index e01fb68b35..cc127a094e 100644 --- a/.github/workflows/update-cri-o-version.yml +++ b/.github/workflows/update-cri-o-version.yml @@ -19,7 +19,6 @@ jobs: - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 with: go-version: ${{env.GO_VERSION}} - cache-dependency-path: ./go.sum - name: Bump cri-o Version id: bumpCrio run: | diff --git a/.github/workflows/update-crictl-version.yml b/.github/workflows/update-crictl-version.yml index dc3ef7a2a2..f05a33fdcc 100644 --- a/.github/workflows/update-crictl-version.yml +++ b/.github/workflows/update-crictl-version.yml @@ -19,7 +19,6 @@ jobs: - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 with: go-version: ${{env.GO_VERSION}} - cache-dependency-path: ./go.sum - name: Bump crictl Version id: bumpCrictl run: | diff --git a/.github/workflows/update-crun-version.yml b/.github/workflows/update-crun-version.yml index 30ad81988e..b34bc47703 100644 --- a/.github/workflows/update-crun-version.yml +++ b/.github/workflows/update-crun-version.yml @@ -18,7 +18,6 @@ jobs: - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 with: go-version: ${{env.GO_VERSION}} - cache-dependency-path: ./go.sum - name: Bump crun Version id: bumpCrun run: | diff --git a/.github/workflows/update-docker-buildx-version.yml b/.github/workflows/update-docker-buildx-version.yml index 93e081cd4e..ef56da5b80 100644 --- a/.github/workflows/update-docker-buildx-version.yml +++ b/.github/workflows/update-docker-buildx-version.yml @@ -18,7 +18,6 @@ jobs: - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 with: go-version: ${{env.GO_VERSION}} - cache-dependency-path: ./go.sum - name: Bump docker-buildx Version id: bumpDockerBuildx run: | diff --git a/.github/workflows/update-docker-version.yml b/.github/workflows/update-docker-version.yml index f0ebcf8d41..4b4f7fffe0 100644 --- a/.github/workflows/update-docker-version.yml +++ b/.github/workflows/update-docker-version.yml @@ -18,7 +18,6 @@ jobs: - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 with: go-version: ${{env.GO_VERSION}} - cache-dependency-path: ./go.sum - name: Bump docker Version id: bumpDocker run: | diff --git a/.github/workflows/update-docsy-version.yml b/.github/workflows/update-docsy-version.yml index b9ce259843..4ceeba42b2 100644 --- a/.github/workflows/update-docsy-version.yml +++ b/.github/workflows/update-docsy-version.yml @@ -18,7 +18,6 @@ jobs: - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 with: go-version: ${{env.GO_VERSION}} - cache-dependency-path: ./go.sum - name: Bump Docsy version id: bumpDocsy run: | diff --git a/.github/workflows/update-flannel-version.yml b/.github/workflows/update-flannel-version.yml index 2bbbdcd54f..64d8db0090 100644 --- a/.github/workflows/update-flannel-version.yml +++ b/.github/workflows/update-flannel-version.yml @@ -18,7 +18,6 @@ jobs: - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 with: go-version: ${{env.GO_VERSION}} - cache-dependency-path: ./go.sum - name: Bump flannel version id: bumpFlannel run: | diff --git a/.github/workflows/update-gcp-auth-version.yml b/.github/workflows/update-gcp-auth-version.yml index e6d1021dc6..1a42ee2a31 100644 --- a/.github/workflows/update-gcp-auth-version.yml +++ b/.github/workflows/update-gcp-auth-version.yml @@ -18,7 +18,6 @@ jobs: - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 with: go-version: ${{env.GO_VERSION}} - cache-dependency-path: ./go.sum - name: Bump gcp-auth version id: bumpGCPAuth run: | diff --git a/.github/workflows/update-gh-version.yml b/.github/workflows/update-gh-version.yml index f1e5c5bcf6..199be140cb 100644 --- a/.github/workflows/update-gh-version.yml +++ b/.github/workflows/update-gh-version.yml @@ -18,7 +18,6 @@ jobs: - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 with: go-version: ${{env.GO_VERSION}} - cache-dependency-path: ./go.sum - name: Bump gh version id: bumpGh run: | diff --git a/.github/workflows/update-go-github-version.yml b/.github/workflows/update-go-github-version.yml index af75ac2fcf..f4a6d89f6a 100644 --- a/.github/workflows/update-go-github-version.yml +++ b/.github/workflows/update-go-github-version.yml @@ -18,7 +18,6 @@ jobs: - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 with: go-version: ${{env.GO_VERSION}} - cache-dependency-path: ./go.sum - name: Bump go-github version id: bumpGoGithub run: | diff --git a/.github/workflows/update-golang-version.yml b/.github/workflows/update-golang-version.yml index e88c316db7..3de61ed220 100644 --- a/.github/workflows/update-golang-version.yml +++ b/.github/workflows/update-golang-version.yml @@ -18,7 +18,6 @@ jobs: - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 with: go-version: ${{env.GO_VERSION}} - cache-dependency-path: ./go.sum - name: Bump Golang Versions id: bumpGolang run: | diff --git a/.github/workflows/update-golint-version.yml b/.github/workflows/update-golint-version.yml index 0429e667c5..a0696d4a0b 100644 --- a/.github/workflows/update-golint-version.yml +++ b/.github/workflows/update-golint-version.yml @@ -18,7 +18,6 @@ jobs: - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 with: go-version: ${{env.GO_VERSION}} - cache-dependency-path: ./go.sum - name: Bump Golint Versions id: bumpGolint run: | diff --git a/.github/workflows/update-gopogh-version.yml b/.github/workflows/update-gopogh-version.yml index f4888e45aa..a938b6740b 100644 --- a/.github/workflows/update-gopogh-version.yml +++ b/.github/workflows/update-gopogh-version.yml @@ -18,7 +18,6 @@ jobs: - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 with: go-version: ${{env.GO_VERSION}} - cache-dependency-path: ./go.sum - name: Bump gopogh Versions id: bumpGopogh run: | diff --git a/.github/workflows/update-gotestsum-version.yml b/.github/workflows/update-gotestsum-version.yml index b7a8f7e95e..734e660f9f 100644 --- a/.github/workflows/update-gotestsum-version.yml +++ b/.github/workflows/update-gotestsum-version.yml @@ -18,7 +18,6 @@ jobs: - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 with: go-version: ${{env.GO_VERSION}} - cache-dependency-path: ./go.sum - name: Bump Gotestsum Versions id: bumpGotestsum run: | diff --git a/.github/workflows/update-hugo-version.yml b/.github/workflows/update-hugo-version.yml index cb9953bae8..83c947fd07 100644 --- a/.github/workflows/update-hugo-version.yml +++ b/.github/workflows/update-hugo-version.yml @@ -18,7 +18,6 @@ jobs: - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 with: go-version: ${{env.GO_VERSION}} - cache-dependency-path: ./go.sum - name: Bump Hugo version id: bumpHugo run: | diff --git a/.github/workflows/update-ingress-version.yml b/.github/workflows/update-ingress-version.yml index 6a713ed21f..a03e205642 100644 --- a/.github/workflows/update-ingress-version.yml +++ b/.github/workflows/update-ingress-version.yml @@ -18,7 +18,6 @@ jobs: - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 with: go-version: ${{env.GO_VERSION}} - cache-dependency-path: ./go.sum - name: Bump ingress version id: bumpIngress run: | diff --git a/.github/workflows/update-inspektor-gadget-version.yml b/.github/workflows/update-inspektor-gadget-version.yml index 47cdbbc322..a7518be545 100644 --- a/.github/workflows/update-inspektor-gadget-version.yml +++ b/.github/workflows/update-inspektor-gadget-version.yml @@ -18,7 +18,6 @@ jobs: - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 with: go-version: ${{env.GO_VERSION}} - cache-dependency-path: ./go.sum - name: Bump inspektor-gadget version id: bumpInspektorGadget run: | diff --git a/.github/workflows/update-iso-image-versions.yml b/.github/workflows/update-iso-image-versions.yml index 180fea0bf4..2bf9318c7d 100644 --- a/.github/workflows/update-iso-image-versions.yml +++ b/.github/workflows/update-iso-image-versions.yml @@ -14,7 +14,6 @@ jobs: - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 with: go-version: ${{env.GO_VERSION}} - cache-dependency-path: ./go.sum - name: Bump versions id: bumpVersions run: | diff --git a/.github/workflows/update-istio-operator.yml b/.github/workflows/update-istio-operator.yml index 7628eeb215..7122030617 100644 --- a/.github/workflows/update-istio-operator.yml +++ b/.github/workflows/update-istio-operator.yml @@ -18,7 +18,6 @@ jobs: - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 with: go-version: ${{env.GO_VERSION}} - cache-dependency-path: ./go.sum - name: Bump istio-operator version id: bumpIstioOperator run: | diff --git a/.github/workflows/update-k8s-versions.yml b/.github/workflows/update-k8s-versions.yml index f39809af6a..a6eb5e02bc 100644 --- a/.github/workflows/update-k8s-versions.yml +++ b/.github/workflows/update-k8s-versions.yml @@ -18,7 +18,6 @@ jobs: - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 with: go-version: ${{env.GO_VERSION}} - cache-dependency-path: ./go.sum - name: Bump Kubernetes Versions id: bumpk8s run: | diff --git a/.github/workflows/update-kindnetd-version.yml b/.github/workflows/update-kindnetd-version.yml index cef461a8ba..b6c4611eff 100644 --- a/.github/workflows/update-kindnetd-version.yml +++ b/.github/workflows/update-kindnetd-version.yml @@ -17,7 +17,6 @@ jobs: - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 with: go-version: ${{env.GO_VERSION}} - cache-dependency-path: ./go.sum - name: Bump kindnetd version id: bumpKindnetd run: | diff --git a/.github/workflows/update-kong-ingress-controller-version.yml b/.github/workflows/update-kong-ingress-controller-version.yml index 69235c4053..09228f844f 100644 --- a/.github/workflows/update-kong-ingress-controller-version.yml +++ b/.github/workflows/update-kong-ingress-controller-version.yml @@ -18,7 +18,6 @@ jobs: - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 with: go-version: ${{env.GO_VERSION}} - cache-dependency-path: ./go.sum - name: Bump kong-ingress-controller version id: bumpKongIngressController run: | diff --git a/.github/workflows/update-kong-version.yml b/.github/workflows/update-kong-version.yml index 478f2f3210..9969fd8d75 100644 --- a/.github/workflows/update-kong-version.yml +++ b/.github/workflows/update-kong-version.yml @@ -18,7 +18,6 @@ jobs: - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 with: go-version: ${{env.GO_VERSION}} - cache-dependency-path: ./go.sum - name: Bump kong version id: bumpKong run: | diff --git a/.github/workflows/update-kubeadm-constants.yml b/.github/workflows/update-kubeadm-constants.yml index 901bc974ec..8cd387d2eb 100644 --- a/.github/workflows/update-kubeadm-constants.yml +++ b/.github/workflows/update-kubeadm-constants.yml @@ -18,7 +18,6 @@ jobs: - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 with: go-version: ${{env.GO_VERSION}} - cache-dependency-path: ./go.sum - name: Bump Kubeadm Constants for Kubernetes Images id: bumpKubeadmConsts run: | diff --git a/.github/workflows/update-kubectl-version.yml b/.github/workflows/update-kubectl-version.yml index 79ce3fc58b..212debad0c 100644 --- a/.github/workflows/update-kubectl-version.yml +++ b/.github/workflows/update-kubectl-version.yml @@ -18,7 +18,6 @@ jobs: - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 with: go-version: ${{env.GO_VERSION}} - cache-dependency-path: ./go.sum - name: Bump Kubectl version id: bumpKubectl run: | diff --git a/.github/workflows/update-kubernetes-versions-list.yml b/.github/workflows/update-kubernetes-versions-list.yml index 165f655c8e..6b3b00c19c 100644 --- a/.github/workflows/update-kubernetes-versions-list.yml +++ b/.github/workflows/update-kubernetes-versions-list.yml @@ -18,7 +18,6 @@ jobs: - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 with: go-version: ${{env.GO_VERSION}} - cache-dependency-path: ./go.sum - name: Bump Kubernetes versions list id: bumpKubernetesVersionsList run: | diff --git a/.github/workflows/update-metrics-server-version.yml b/.github/workflows/update-metrics-server-version.yml index a79f7c66f2..9a6bc51409 100644 --- a/.github/workflows/update-metrics-server-version.yml +++ b/.github/workflows/update-metrics-server-version.yml @@ -18,7 +18,6 @@ jobs: - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 with: go-version: ${{env.GO_VERSION}} - cache-dependency-path: ./go.sum - name: Bump metrics-server version id: bumpMetricsServer run: | diff --git a/.github/workflows/update-nerdctl-version.yml b/.github/workflows/update-nerdctl-version.yml index d4dad3c7f1..21bebb56bf 100644 --- a/.github/workflows/update-nerdctl-version.yml +++ b/.github/workflows/update-nerdctl-version.yml @@ -18,7 +18,6 @@ jobs: - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 with: go-version: ${{env.GO_VERSION}} - cache-dependency-path: ./go.sum - name: Bump nerdctl Version id: bumpNerdctl run: | diff --git a/.github/workflows/update-nerdctld-version.yml b/.github/workflows/update-nerdctld-version.yml index ba1bca1ec9..8285693e78 100644 --- a/.github/workflows/update-nerdctld-version.yml +++ b/.github/workflows/update-nerdctld-version.yml @@ -18,7 +18,6 @@ jobs: - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 with: go-version: ${{env.GO_VERSION}} - cache-dependency-path: ./go.sum - name: Bump nerdctld Version id: bumpNerdctld run: | diff --git a/.github/workflows/update-nvidia-device-plugin-version.yml b/.github/workflows/update-nvidia-device-plugin-version.yml index e6d38e0214..8110aa5abb 100644 --- a/.github/workflows/update-nvidia-device-plugin-version.yml +++ b/.github/workflows/update-nvidia-device-plugin-version.yml @@ -18,7 +18,6 @@ jobs: - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 with: go-version: ${{env.GO_VERSION}} - cache-dependency-path: ./go.sum - name: Bump nvidia-device-plugin version id: bumpNvidiaDevicePlugin run: | diff --git a/.github/workflows/update-registry-version.yml b/.github/workflows/update-registry-version.yml index 4fb3afac47..af81727cad 100644 --- a/.github/workflows/update-registry-version.yml +++ b/.github/workflows/update-registry-version.yml @@ -18,7 +18,6 @@ jobs: - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 with: go-version: ${{env.GO_VERSION}} - cache-dependency-path: ./go.sum - name: Bump registry version id: bumpRegistry run: | diff --git a/.github/workflows/update-runc-version.yml b/.github/workflows/update-runc-version.yml index 4c8202c126..5a15f2e2c1 100644 --- a/.github/workflows/update-runc-version.yml +++ b/.github/workflows/update-runc-version.yml @@ -18,7 +18,6 @@ jobs: - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 with: go-version: ${{env.GO_VERSION}} - cache-dependency-path: ./go.sum - name: Bump runc Version id: bumpRunc run: | diff --git a/.github/workflows/update-site-node-version.yml b/.github/workflows/update-site-node-version.yml index d86307e66d..94a6d4371c 100644 --- a/.github/workflows/update-site-node-version.yml +++ b/.github/workflows/update-site-node-version.yml @@ -18,7 +18,6 @@ jobs: - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 with: go-version: ${{env.GO_VERSION}} - cache-dependency-path: ./go.sum - name: Bump site node version id: bumpSiteNode run: | diff --git a/.github/workflows/update-ubuntu-version.yml b/.github/workflows/update-ubuntu-version.yml index bd9eb77853..9e7acfb9d3 100644 --- a/.github/workflows/update-ubuntu-version.yml +++ b/.github/workflows/update-ubuntu-version.yml @@ -18,7 +18,6 @@ jobs: - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 with: go-version: ${{env.GO_VERSION}} - cache-dependency-path: ./go.sum - name: Bump Ubuntu version id: bumpUbuntu run: | diff --git a/.github/workflows/yearly-leaderboard.yml b/.github/workflows/yearly-leaderboard.yml index 72161c843e..0f6a9947ec 100644 --- a/.github/workflows/yearly-leaderboard.yml +++ b/.github/workflows/yearly-leaderboard.yml @@ -23,7 +23,6 @@ jobs: - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 with: go-version: ${{env.GO_VERSION}} - cache-dependency-path: ./go.sum - name: Update Yearly Leaderboard id: yearlyLeaderboard run: |