Skip to content

Bump github.com/moby/moby/client from 0.4.1 to 0.5.0 (#806) #871

Bump github.com/moby/moby/client from 0.4.1 to 0.5.0 (#806)

Bump github.com/moby/moby/client from 0.4.1 to 0.5.0 (#806) #871

Workflow file for this run

name: Run Unit Tests
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v6
with:
go-version-file: 'go.mod'
- name: Install dependencies
run: go mod download
- name: Test with the Go CLI
run: go test -v ./...