Skip to content

runc: fix how version is set after upstream change #107

runc: fix how version is set after upstream change

runc: fix how version is set after upstream change #107

Workflow file for this run

name: CI
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
pull_request:
branches:
- main
push:
branches:
- main
permissions:
contents: read
jobs:
unit:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Install Go
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
with:
go-version: 1.21
check-latest: true
- name: Run tests
run: go test -v ./...