Skip to content

build(deps): bump github.com/docker/docker from 27.0.3+incompatible to 27.1.0+incompatible #924

build(deps): bump github.com/docker/docker from 27.0.3+incompatible to 27.1.0+incompatible

build(deps): bump github.com/docker/docker from 27.0.3+incompatible to 27.1.0+incompatible #924

Workflow file for this run

name: Unit tests
on:
push:
branches:
- master
pull_request:
jobs:
test-go:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.21', '1.22' ]
name: Go ${{ matrix.go }} tests
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
cache: true
- name: Run go test
run: go test -v ./...