Skip to content

Bump github.com/docker/docker from 23.0.4+incompatible to 24.0.7+incompatible #299

Bump github.com/docker/docker from 23.0.4+incompatible to 24.0.7+incompatible

Bump github.com/docker/docker from 23.0.4+incompatible to 24.0.7+incompatible #299

Workflow file for this run

name: test
on:
push:
tags:
- '!v*'
branches:
- '*'
pull_request:
jobs:
unittests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
- name: unit tests
run: make test