Skip to content

Commit

Permalink
Merge pull request #16107 from spowelljr/removeSetupGoCache
Browse files Browse the repository at this point in the history
CI: remove setup-go cache true lines
  • Loading branch information
medyagh authored Mar 21, 2023
2 parents 2cd5e02 + 0c58baa commit 41f8a18
Show file tree
Hide file tree
Showing 24 changed files with 0 additions and 31 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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: |
Expand All @@ -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: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/functional_verified.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/leaderboard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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: |
Expand All @@ -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: |
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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: |
Expand All @@ -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: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/sync-minikube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/time-to-k8s-public-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/time-to-k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/update-buildkit-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/update-containerd-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/update-cri-o-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/update-docsy-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/update-gh-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/update-golang-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/update-golint-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/update-gopogh-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/update-gotestsum-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/update-hugo-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/update-k8s-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/update-kubeadm-constants.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/yearly-leaderboard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 41f8a18

Please sign in to comment.