Skip to content

Bump github.com/containerd/containerd from 1.6.10 to 1.6.18 (#70) #180

Bump github.com/containerd/containerd from 1.6.10 to 1.6.18 (#70)

Bump github.com/containerd/containerd from 1.6.10 to 1.6.18 (#70) #180

Workflow file for this run

# SPDX-FileCopyrightText: 2020 SAP SE or an SAP affiliate company and contributors.
#
# SPDX-License-Identifier: Apache-2.0
name: Go
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.21
- name: Lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.55.2
- name: Test
run: make test