heroku / docker-registry-client

A Go API client for the v2 Docker Registry API
BSD 3-Clause "New" or "Revised" License
297 stars 225 forks source link

Move to Go Modules / Linting #72

Closed freeformz closed 5 years ago

freeformz commented 5 years ago

The build setup on this repo was pretty old.

This adds go1.11.X, go1.12.X, & go1.13.X to the matrix, all with go modules turned on.

Brings in the semi standard lint config as well.