Skip to content

Commit 0b7ae86

Browse files
committed
Remove spurious cache true, default for action/go
Signed-off-by: apostasie <[email protected]>
1 parent ff123db commit 0b7ae86

File tree

3 files changed

+0
-7
lines changed

3 files changed

+0
-7
lines changed

.github/workflows/lint.yml

-2
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ jobs:
5050
with:
5151
go-version: ${{ env.GO_VERSION }}
5252
check-latest: true
53-
cache: true
5453
- name: golangci-lint
5554
uses: golangci/golangci-lint-action@v6
5655
with:
@@ -67,7 +66,6 @@ jobs:
6766
with:
6867
go-version: ${{ env.GO_VERSION }}
6968
check-latest: true
70-
cache: true
7169
- name: yaml
7270
run: make lint-yaml
7371
- name: shell

.github/workflows/test-canary.yml

-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ jobs:
7373
- uses: actions/setup-go@v5
7474
with:
7575
go-version: ${{ env.GO_VERSION }}
76-
cache: true
7776
check-latest: true
7877
- run: go install ./cmd/nerdctl
7978
- run: go install -v gotest.tools/gotestsum@v1

.github/workflows/test.yml

-4
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ jobs:
8080
with:
8181
go-version: ${{ env.GO_VERSION }}
8282
check-latest: true
83-
cache: true
8483
- if: ${{ matrix.goos=='windows' }}
8584
uses: actions/checkout@v4
8685
with:
@@ -319,7 +318,6 @@ jobs:
319318
- uses: actions/setup-go@v5
320319
with:
321320
go-version: ${{ matrix.go-version }}
322-
cache: true
323321
check-latest: true
324322
- name: "build"
325323
run: GO_VERSION="$(echo ${{ matrix.go-version }} | sed -e s/.x//)" make binaries
@@ -335,7 +333,6 @@ jobs:
335333
- uses: actions/setup-go@v5
336334
with:
337335
go-version: ${{ env.GO_VERSION }}
338-
cache: true
339336
check-latest: true
340337
- name: "Register QEMU (tonistiigi/binfmt)"
341338
run: |
@@ -371,7 +368,6 @@ jobs:
371368
- uses: actions/setup-go@v5
372369
with:
373370
go-version: ${{ env.GO_VERSION }}
374-
cache: true
375371
check-latest: true
376372
- run: go install ./cmd/nerdctl
377373
- run: go install -v gotest.tools/gotestsum@v1

0 commit comments

Comments
 (0)