Skip to content

fix(deps): update module github.com/docker/docker to v28 #279

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

fix(deps): update module github.com/docker/docker to v28 #279

Workflow file for this run

name: Default
on: [push]
jobs:
build:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Setup Go
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
with:
go-version-file: "go.mod"
- name: Test
run: go test ./...