Skip to content

Bump github.com/docker/docker in /_example #85

Bump github.com/docker/docker in /_example

Bump github.com/docker/docker in /_example #85

Workflow file for this run

name: Go
on: [push]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.17
uses: actions/setup-go@v2
with:
go-version: 1.17.x
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: Build
run: make test