remove go cache from no checkout
parent
cbe3a03916
commit
0f783deb7d
|
@ -119,8 +119,6 @@ jobs:
|
|||
- uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613
|
||||
with:
|
||||
go-version: ${{env.GO_VERSION}}
|
||||
cache: true
|
||||
cache-dependency-path: ./go.sum
|
||||
- name: Download Binaries
|
||||
uses: actions/download-artifact@9782bd6a9848b53b110e712e20e42d89988822b7
|
||||
with:
|
||||
|
|
|
@ -125,8 +125,6 @@ jobs:
|
|||
- uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613
|
||||
with:
|
||||
go-version: ${{env.GO_VERSION}}
|
||||
cache: true
|
||||
cache-dependency-path: ./go.sum
|
||||
- name: Install gopogh
|
||||
|
||||
shell: bash
|
||||
|
@ -227,8 +225,6 @@ jobs:
|
|||
- uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613
|
||||
with:
|
||||
go-version: ${{env.GO_VERSION}}
|
||||
cache: true
|
||||
cache-dependency-path: ./go.sum
|
||||
- name: Install gopogh
|
||||
shell: bash
|
||||
run: |
|
||||
|
@ -332,8 +328,6 @@ jobs:
|
|||
- uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613
|
||||
with:
|
||||
go-version: ${{env.GO_VERSION}}
|
||||
cache: true
|
||||
cache-dependency-path: ./go.sum
|
||||
- name: Install gopogh
|
||||
shell: bash
|
||||
run: |
|
||||
|
@ -420,8 +414,6 @@ jobs:
|
|||
- uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613
|
||||
with:
|
||||
go-version: ${{env.GO_VERSION}}
|
||||
cache: true
|
||||
cache-dependency-path: ./go.sum
|
||||
- name: Install gopogh
|
||||
|
||||
shell: bash
|
||||
|
@ -521,8 +513,6 @@ jobs:
|
|||
- uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613
|
||||
with:
|
||||
go-version: ${{env.GO_VERSION}}
|
||||
cache: true
|
||||
cache-dependency-path: ./go.sum
|
||||
# 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
|
||||
# cri-dockerd is required for Kubernetes 1.24 and higher for none driver
|
||||
|
|
|
@ -123,8 +123,6 @@ jobs:
|
|||
- uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613
|
||||
with:
|
||||
go-version: ${{env.GO_VERSION}}
|
||||
cache: true
|
||||
cache-dependency-path: ./go.sum
|
||||
- name: Install gopogh
|
||||
shell: bash
|
||||
run: |
|
||||
|
@ -225,8 +223,6 @@ jobs:
|
|||
- uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613
|
||||
with:
|
||||
go-version: ${{env.GO_VERSION}}
|
||||
cache: true
|
||||
cache-dependency-path: ./go.sum
|
||||
- name: Install gopogh
|
||||
shell: bash
|
||||
run: |
|
||||
|
@ -331,8 +327,6 @@ jobs:
|
|||
- uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613
|
||||
with:
|
||||
go-version: ${{env.GO_VERSION}}
|
||||
cache: true
|
||||
cache-dependency-path: ./go.sum
|
||||
- name: Install gopogh
|
||||
shell: bash
|
||||
run: |
|
||||
|
@ -420,8 +414,6 @@ jobs:
|
|||
- uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613
|
||||
with:
|
||||
go-version: ${{env.GO_VERSION}}
|
||||
cache: true
|
||||
cache-dependency-path: ./go.sum
|
||||
- name: Install gopogh
|
||||
|
||||
shell: bash
|
||||
|
@ -522,8 +514,6 @@ jobs:
|
|||
- uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613
|
||||
with:
|
||||
go-version: ${{env.GO_VERSION}}
|
||||
cache: true
|
||||
cache-dependency-path: ./go.sum
|
||||
# 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
|
||||
# cri-dockerd is required for Kubernetes 1.24 and higher for none driver
|
||||
|
|
Loading…
Reference in New Issue