CI: remove setup-go cache true lines
parent
5f52d0c259
commit
0c58baa5c2
|
@ -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: |
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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: |
|
||||
|
|
|
@ -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: |
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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: |
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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: |
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue