File tree Expand file tree Collapse file tree 3 files changed +0
-7
lines changed Expand file tree Collapse file tree 3 files changed +0
-7
lines changed Original file line number Diff line number Diff line change 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@774c35bcccffb734694af9e921f12f57d882ef74 # v6.1.1
5655 with :
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
Original file line number Diff line number Diff line change 7373 - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
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
Original file line number Diff line number Diff line change 8080 with :
8181 go-version : ${{ env.GO_VERSION }}
8282 check-latest : true
83- cache : true
8483 - if : ${{ matrix.goos=='windows' }}
8584 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
8685 with :
@@ -319,7 +318,6 @@ jobs:
319318 - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
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@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
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@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
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
You can’t perform that action at this time.
0 commit comments