Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/setup-go@v2
with:
go-version: 1.17.x
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: "Compile binaries"
run: make artifacts
- name: "SHA256SUMS"
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/setup-go@v2
with:
go-version: 1.17.x
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
path: src/github.com/containerd/nerdctl
fetch-depth: 25
Expand All @@ -28,7 +28,7 @@ jobs:
runs-on: ubuntu-20.04
timeout-minutes: 20
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 1
- name: golangci-lint
Expand All @@ -44,7 +44,7 @@ jobs:
- uses: actions/setup-go@v2
with:
go-version: 1.17.x
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 1
- name: "Run unit tests"
Expand All @@ -59,7 +59,7 @@ jobs:
env:
CONTAINERD_VERSION: "${{ matrix.containerd }}"
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 1
- name: "Prepare integration test environment"
Expand All @@ -82,7 +82,7 @@ jobs:
env:
CONTAINERD_VERSION: "${{ matrix.containerd }}"
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 1
- name: "Prepare (network driver=slirp4netns, port driver=builtin)"
Expand All @@ -101,7 +101,7 @@ jobs:
- uses: actions/setup-go@v2
with:
go-version: 1.17.x
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 1
- name: "Cross"
Expand All @@ -114,7 +114,7 @@ jobs:
- uses: actions/setup-go@v2
with:
go-version: 1.17.x
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 1
- name: "Ensure that the integration test suite is compatible with Docker"
Expand All @@ -128,7 +128,7 @@ jobs:
- uses: actions/setup-go@v2
with:
go-version: 1.17.x
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 1
# Vagrant is slow, so we build binaries outside Vagrant
Expand Down