Skip to content

Bump github.com/containerd/containerd from 1.7.29 to 1.7.32 in /tools… #217

Bump github.com/containerd/containerd from 1.7.29 to 1.7.32 in /tools…

Bump github.com/containerd/containerd from 1.7.29 to 1.7.32 in /tools… #217

Workflow file for this run

name: Run tests
on: [ push, pull_request, workflow_dispatch ]
jobs:
test:
strategy:
matrix:
go-version: [ "1.25", "1.26" ]
platform: [ "ubuntu-latest" ]
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Test
run: make test GOFLAGS="-v" GO_VERSION=${{ matrix.go-version }}