Skip to content

Bump github.com/docker/docker from 20.10.18+incompatible to 24.0.9+incompatible #138

Bump github.com/docker/docker from 20.10.18+incompatible to 24.0.9+incompatible

Bump github.com/docker/docker from 20.10.18+incompatible to 24.0.9+incompatible #138

Workflow file for this run

name: Tests
on:
push:
pull_request:
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.19
- name: Run go generate
run: go generate
- name: Run go tests
run: go test -cover -p 1 -v ./...