Skip to content

Bump github.com/docker/docker from 25.0.3+incompatible to 25.0.5+inco… #90

Bump github.com/docker/docker from 25.0.3+incompatible to 25.0.5+inco…

Bump github.com/docker/docker from 25.0.3+incompatible to 25.0.5+inco… #90

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@b4ffde65f46336ab88eb53be808477a3936bae11' # ratchet:actions/checkout@v4
- uses: 'actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491' # ratchet:actions/setup-go@v5
with:
go-version-file: 'go.mod'
- run: 'make test'