Skip to content

Update module github.com/docker/docker to v27.5.0+incompatible #10

Update module github.com/docker/docker to v27.5.0+incompatible

Update module github.com/docker/docker to v27.5.0+incompatible #10

Workflow file for this run

name: CI
on:
push:
# For code coverage reports
branches: [main]
pull_request:
branches: [main]
permissions:
id-token: write
contents: read
jobs:
build:
name: Build and Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache-dependency-path: go.sum
- run: make build
- run: make test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v5
with:
use_oidc: true
files: cover.profile