Skip to content

fix: handle bare container IDs from CRI client in matchContainerID #6143

fix: handle bare container IDs from CRI client in matchContainerID

fix: handle bare container IDs from CRI client in matchContainerID #6143

Workflow file for this run

name: Test
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Check out the code
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '~1.25'
- name: Run Tests
run: go test -race -v ./...