Skip to content

Bump github.com/docker/docker from 24.0.9+incompatible to 27.0.0+incompatible #248

Bump github.com/docker/docker from 24.0.9+incompatible to 27.0.0+incompatible

Bump github.com/docker/docker from 24.0.9+incompatible to 27.0.0+incompatible #248

Workflow file for this run

name: "Unit tests"
on:
push:
branches:
- main
- releases/*
pull_request:
branches:
- main
- releases/*
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
go-version: 1.21
- uses: actions/[email protected]
- name: "Run unit tests"
run: make test