Skip to content
This repository has been archived by the owner on Aug 17, 2023. It is now read-only.

Bump github.com/docker/docker from 1.13.1 to 20.10.24+incompatible #23

Bump github.com/docker/docker from 1.13.1 to 20.10.24+incompatible

Bump github.com/docker/docker from 1.13.1 to 20.10.24+incompatible #23

name: Unit Test
on:
- push
- pull_request
jobs:
build:
name: Test
runs-on: ubuntu-latest
steps:
- name: Check out repo
uses: actions/checkout@v2
- name: Unit Test
run: |
go test ./... -v 2>&1