File tree 3 files changed +0
-7
lines changed
3 files changed +0
-7
lines changed Original file line number Diff line number Diff line change 50
50
with :
51
51
go-version : ${{ env.GO_VERSION }}
52
52
check-latest : true
53
- cache : true
54
53
- name : golangci-lint
55
54
uses : golangci/golangci-lint-action@774c35bcccffb734694af9e921f12f57d882ef74 # v6.1.1
56
55
with :
67
66
with :
68
67
go-version : ${{ env.GO_VERSION }}
69
68
check-latest : true
70
- cache : true
71
69
- name : yaml
72
70
run : make lint-yaml
73
71
- name : shell
Original file line number Diff line number Diff line change 73
73
- uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
74
74
with :
75
75
go-version : ${{ env.GO_VERSION }}
76
- cache : true
77
76
check-latest : true
78
77
- run : go install ./cmd/nerdctl
79
78
- run : go install -v gotest.tools/gotestsum@v1
Original file line number Diff line number Diff line change 80
80
with :
81
81
go-version : ${{ env.GO_VERSION }}
82
82
check-latest : true
83
- cache : true
84
83
- if : ${{ matrix.goos=='windows' }}
85
84
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
86
85
with :
@@ -319,7 +318,6 @@ jobs:
319
318
- uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
320
319
with :
321
320
go-version : ${{ matrix.go-version }}
322
- cache : true
323
321
check-latest : true
324
322
- name : " build"
325
323
run : GO_VERSION="$(echo ${{ matrix.go-version }} | sed -e s/.x//)" make binaries
@@ -335,7 +333,6 @@ jobs:
335
333
- uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
336
334
with :
337
335
go-version : ${{ env.GO_VERSION }}
338
- cache : true
339
336
check-latest : true
340
337
- name : " Register QEMU (tonistiigi/binfmt)"
341
338
run : |
@@ -371,7 +368,6 @@ jobs:
371
368
- uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
372
369
with :
373
370
go-version : ${{ env.GO_VERSION }}
374
- cache : true
375
371
check-latest : true
376
372
- run : go install ./cmd/nerdctl
377
373
- run : go install -v gotest.tools/gotestsum@v1
You can’t perform that action at this time.
0 commit comments