[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
2 changed files with 3 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ jobs:
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v2 uses: actions/setup-go@v2
with: with:
go-version: 1.14.* go-version: 1.16.*
- name: Dependencies - name: Dependencies
run: | 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 DISTRIBUTION_DIR /go/src/github.com/docker/distribution
ENV BUILDTAGS include_oss include_gcs ENV BUILDTAGS include_oss include_gcs