Skip to content

Bump github.com/containerd/containerd from 1.7.2 to 1.7.9 #7

Bump github.com/containerd/containerd from 1.7.2 to 1.7.9

Bump github.com/containerd/containerd from 1.7.2 to 1.7.9 #7

Workflow file for this run

name: lint
on:
push:
branches:
- main
paths-ignore:
- '**.md'
pull_request:
branches:
- main
paths-ignore:
- '**.md'
permissions: read-all
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: "1.21"
- name: lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.55.2