Skip to content

Bump github.com/docker/docker #165

Bump github.com/docker/docker

Bump github.com/docker/docker #165

Workflow file for this run

name: "build-and-test"
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
- name: Go mod download
run: go mod download
- uses: Jerome1337/[email protected]
with:
gofmt-path: '.'
gofmt-flags: '-l -d'
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
version: v1.43
skip-go-installation: true
skip-pkg-cache: true
- name: Test
run: go test ./...