[release/2.7] update to go1.16

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2021-07-31 01:35:16 +02:00
parent 18230b7b34
commit d836b23fc2
No known key found for this signature in database
GPG key ID: 76698F39D527CE8C
2 changed files with 3 additions and 2 deletions

View file

@ -25,7 +25,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.14.*
go-version: 1.16.*
- name: Dependencies
run: |

View file

@ -1,5 +1,6 @@
FROM golang:1.11-alpine AS build
FROM golang:1.16-alpine AS build
ENV GO111MODULE=auto
ENV DISTRIBUTION_DIR /go/src/github.com/docker/distribution
ENV BUILDTAGS include_oss include_gcs