Skip to content

build(deps): bump github.com/containerd/containerd from 1.7.6 to 1.7.… #1936

build(deps): bump github.com/containerd/containerd from 1.7.6 to 1.7.…

build(deps): bump github.com/containerd/containerd from 1.7.6 to 1.7.… #1936

Workflow file for this run

name: build
on:
push:
branches:
- '**'
pull_request:
paths:
- '**'
- '!doc/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
- run: make build