Skip to content

chore(deps): bump github.com/opencontainers/runc from 1.1.9 to 1.1.12 #540

chore(deps): bump github.com/opencontainers/runc from 1.1.9 to 1.1.12

chore(deps): bump github.com/opencontainers/runc from 1.1.9 to 1.1.12 #540

Workflow file for this run

name: Test
on:
pull_request:
push:
branches:
- main
workflow_call:
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.22"
- name: Run tests
run: go test ./...