Skip to content

build(deps): bump github.com/opencontainers/runc from 1.1.4 to 1.1.5 #8

build(deps): bump github.com/opencontainers/runc from 1.1.4 to 1.1.5

build(deps): bump github.com/opencontainers/runc from 1.1.4 to 1.1.5 #8

Workflow file for this run

name: Test
on:
push:
branches:
- master
pull_request:
jobs:
unittest:
name: Unit Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
fetch-depth: 0
- uses: actions/setup-go@v2
with:
go-version: '1.19'
- name: Install dependencies
run: sudo apt-get install libdb-dev libbtrfs-dev pkg-config libdevmapper-dev
- name: Run unit tests
run: go test ./...