Skip to content

build(deps): bump github.com/opencontainers/runc from 1.1.14 to 1.2.8 #675

build(deps): bump github.com/opencontainers/runc from 1.1.14 to 1.2.8

build(deps): bump github.com/opencontainers/runc from 1.1.14 to 1.2.8 #675

Workflow file for this run

name: Unit test CI
on:
push:
branches:
- main
pull_request:
jobs:
test:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Check out repo
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '^1.16'
- name: Build and test
run: "go test -v -cover ./..."