Skip to content

chore(deps): bump github.com/docker/docker from 27.5.1+incompatible to 28.0.0+incompatible #179

chore(deps): bump github.com/docker/docker from 27.5.1+incompatible to 28.0.0+incompatible

chore(deps): bump github.com/docker/docker from 27.5.1+incompatible to 28.0.0+incompatible #179

Workflow file for this run

name: test.yml
on:
pull_request:
merge_group:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.25'
- name: Run tests
run: make test