Skip to content

Bump github.com/docker/docker from 23.0.1+incompatible to 25.0.3+incompatible #327

Bump github.com/docker/docker from 23.0.1+incompatible to 25.0.3+incompatible

Bump github.com/docker/docker from 23.0.1+incompatible to 25.0.3+incompatible #327

Workflow file for this run

name: Unit Tests
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.20.0
- name: Install Dependencies
run: sudo apt-get update && sudo apt-get install -y libvirt-dev
- name: Test
run: go test -race -count=3 ./...