Skip to content

Bump github.com/opencontainers/runc from 1.1.5 to 1.1.12 #99

Bump github.com/opencontainers/runc from 1.1.5 to 1.1.12

Bump github.com/opencontainers/runc from 1.1.5 to 1.1.12 #99

Workflow file for this run

name: CI
on: push
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.18
id: go
- name: Checkout the code
uses: actions/checkout@v3
- name: Test
run: make test
linter:
name: lint
runs-on: ubuntu-latest
steps:
- name: Checkout the code
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.18
id: go
- name: lint
run: make check