Update to go 1.16, and run CI on 1.15.x and 1.16.x

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2021-08-10 11:45:30 +02:00
parent 38ab4c606e
commit a07b54eb68
No known key found for this signature in database
GPG key ID: 76698F39D527CE8C
3 changed files with 11 additions and 6 deletions

View file

@ -60,7 +60,7 @@ to the 1.0 registry. Requests from newer clients will route to the 2.0 registry.
$ docker-compose build
registryv1 uses an image, skipping
Building registryv2...
Step 0 : FROM golang:1.15
Step 0 : FROM golang:1.16
...