Merge pull request #3472 from thaJeztah/2.7_update_go116

[release/2.7] update to go1.16
This commit is contained in:
Wang Yan
2021-08-10 18:59:49 +08:00
committed by GitHub
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