Skip to content

fix(deps): update module github.com/docker/docker to v28 - autoclosed #452

fix(deps): update module github.com/docker/docker to v28 - autoclosed

fix(deps): update module github.com/docker/docker to v28 - autoclosed #452

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
go-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
- name: Set up Go
uses: actions/setup-go@v6
id: go
with:
go-version: 1.26
- run: go mod download
- run: go test ./...