Skip to content

Bump github.com/docker/docker from 23.0.6+incompatible to 24.0.7+incompatible #81

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

Bump github.com/docker/docker from 23.0.6+incompatible to 24.0.7+incompatible #81

Workflow file for this run

name: 'test'
on:
push:
branches:
- 'main'
pull_request:
branches:
- 'main'
workflow_dispatch:
concurrency:
group: '${{ github.workflow }}-${{ github.head_ref || github.ref }}'
cancel-in-progress: true
jobs:
test:
runs-on: 'ubuntu-latest'
steps:
- uses: 'actions/checkout@v3'
- uses: 'actions/setup-go@v3'
with:
go-version: '1.19'
- run: 'go mod download'
- run: 'make test'