Skip to content

Bump github.com/docker/docker from 24.0.0-rc.2.0.20230706181717-98d3da79ef9c+incompatible to 25.0.0-beta.1+incompatible #37

Bump github.com/docker/docker from 24.0.0-rc.2.0.20230706181717-98d3da79ef9c+incompatible to 25.0.0-beta.1+incompatible

Bump github.com/docker/docker from 24.0.0-rc.2.0.20230706181717-98d3da79ef9c+incompatible to 25.0.0-beta.1+incompatible #37

Workflow file for this run

name: unit-test
on:
push:
branches:
- main
paths-ignore:
- '**.md'
pull_request:
branches:
- main
paths-ignore:
- '**.md'
permissions: read-all
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: "1.21"
- name: go mod tidy
run: |
go mod tidy
git diff --exit-code
- name: test
run: make test