Skip to content

Bump github.com/docker/cli from 26.1.4+incompatible to 27.0.3+incompatible #116

Bump github.com/docker/cli from 26.1.4+incompatible to 27.0.3+incompatible

Bump github.com/docker/cli from 26.1.4+incompatible to 27.0.3+incompatible #116

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@v4
with:
go-version: '1.22.x'
- name: Install dependencies
run: go mod download
- name: Test with the Go CLI
run: go test -v ./...