Merge pull request #3472 from thaJeztah/2.7_update_go116

[release/2.7] update to go1.16
pull/3466/head
Wang Yan 2021-08-10 18:59:49 +08:00 committed by GitHub
commit 61e7e20823
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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