Skip to content

Update module github.com/containerd/containerd to v2 #728

Update module github.com/containerd/containerd to v2

Update module github.com/containerd/containerd to v2 #728

Workflow file for this run

name: build
on:
push:
jobs:
build:
runs-on: ubuntu-latest
# skip if is it pushed by fluxcd
if: ${{ !contains(github.event.commits.*.author.name, 'fluxcd') }}
steps:
-
name: Checkout
uses: actions/checkout@v3
-
name: Setup Go
uses: actions/setup-go@v3
with:
go-version: '^1.18'
-
name: build
run: |
make build-ci