Skip to content

deps: Bump github.com/docker/docker from 25.0.5+incompatible to 25.0.6+incompatible #698

deps: Bump github.com/docker/docker from 25.0.5+incompatible to 25.0.6+incompatible

deps: Bump github.com/docker/docker from 25.0.5+incompatible to 25.0.6+incompatible #698

Workflow file for this run

---
name: test
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.22.1'
- name: Run tests
run: |
go test -v ./...