Skip to content

Bump github.com/docker/docker from 25.0.5+incompatible to 25.0.6+incompatible in the go_modules group across 1 directory #257

Bump github.com/docker/docker from 25.0.5+incompatible to 25.0.6+incompatible in the go_modules group across 1 directory

Bump github.com/docker/docker from 25.0.5+incompatible to 25.0.6+incompatible in the go_modules group across 1 directory #257

Workflow file for this run

name: unit-tests
on:
push:
branches:
- master
pull_request:
jobs:
Test:
name: Unit Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.21'
- name: Test
run: make tests-unit