Skip to content

Bump github.com/docker/docker from 24.0.4+incompatible to 24.0.5+incompatible #1681

Bump github.com/docker/docker from 24.0.4+incompatible to 24.0.5+incompatible

Bump github.com/docker/docker from 24.0.4+incompatible to 24.0.5+incompatible #1681

Workflow file for this run

name: Test
on:
push:
branches: ['main']
pull_request:
branches: ['main']
jobs:
test:
name: Unit Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
with:
go-version: '1.20'
check-latest: true
- run: go test -coverprofile=coverage.txt -covermode=atomic -race ./...
- uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3.1.4