Skip to content

Bump github.com/docker/docker from 28.0.4+incompatible to 28.1.1+incompatible #150

Bump github.com/docker/docker from 28.0.4+incompatible to 28.1.1+incompatible

Bump github.com/docker/docker from 28.0.4+incompatible to 28.1.1+incompatible #150

Workflow file for this run

name: Build and test
on:
push:
pull_request:
paths:
- '.github/workflows/test.yml'
- '**Makefile'
- '**.go'
- 'go.mod'
- 'go.sum'
jobs:
test-linux:
name: Build all and test
runs-on: ubuntu-latest
steps:
- name: Set up Go Stable
uses: actions/setup-go@v5
with:
go-version: stable
check-latest: true
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: Build
run: make
- name: Test
run: make test