Skip to content

Bump github.com/containerd/containerd from 1.7.21 to 1.7.22 #672

Bump github.com/containerd/containerd from 1.7.21 to 1.7.22

Bump github.com/containerd/containerd from 1.7.21 to 1.7.22 #672

Workflow file for this run

name: test
on:
push:
pull_request:
merge_group:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Test
run: make test
- name: Lint
run: make lint