Skip to content

build(deps): bump github.com/docker/docker from 20.10.24+incompatible to 24.0.7+incompatible #519

build(deps): bump github.com/docker/docker from 20.10.24+incompatible to 24.0.7+incompatible

build(deps): bump github.com/docker/docker from 20.10.24+incompatible to 24.0.7+incompatible #519

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.18', '1.19' ]
name: Go ${{ matrix.go }} tests
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}
cache: true
- name: Run go test
run: go test -v ./...