Skip to content

chore(deps): bump github.com/docker/docker from 24.0.9+incompatible to 25.0.6+incompatible #604

chore(deps): bump github.com/docker/docker from 24.0.9+incompatible to 25.0.6+incompatible

chore(deps): bump github.com/docker/docker from 24.0.9+incompatible to 25.0.6+incompatible #604

Workflow file for this run

name: Test
on:
pull_request:
workflow_call:
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.23"
- name: Run tests
run: go test ./...