Skip to content

🌱 Bump github.com/containerd/containerd from 1.6.22 to 1.6.26 #179

🌱 Bump github.com/containerd/containerd from 1.6.22 to 1.6.26

🌱 Bump github.com/containerd/containerd from 1.6.22 to 1.6.26 #179

Workflow file for this run

name: go-apidiff
on:
pull_request:
jobs:
go-apidiff:
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: "go.mod"
id: go
- name: Run go-apidiff
uses: joelanford/go-apidiff@main