Skip to content

chore(deps): bump github.com/containerd/containerd from 1.6.18 to 1.7.29 #1394

chore(deps): bump github.com/containerd/containerd from 1.6.18 to 1.7.29

chore(deps): bump github.com/containerd/containerd from 1.6.18 to 1.7.29 #1394

Workflow file for this run

name: Lint
on:
release:
types: [created]
pull_request:
branches:
- main
- v6
paths:
- "**.go"
- ".github/workflows/lint.yaml"
- ".golangci.yml"
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version: "1.22"
- uses: actions/checkout@v3
- name: Run golangci-lint
uses: golangci/[email protected]
with:
args:
-v
--config=.golangci.yml
--max-same-issues=50