Skip to content

chore(deps): bump github.com/opencontainers/runc from 1.1.10 to 1.1.1… #132

chore(deps): bump github.com/opencontainers/runc from 1.1.10 to 1.1.1…

chore(deps): bump github.com/opencontainers/runc from 1.1.10 to 1.1.1… #132

Workflow file for this run

on:
- push
name: Test
jobs:
unit:
runs-on: ubuntu-latest
strategy:
matrix:
go:
- '1.19'
- '1.20'
- '1.21'
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup go
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}
- run: go mod download
- run: go mod verify
- run: go test -v -count=1 -race ./...