[release/2.7] update to go1.16
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
18230b7b34
commit
d836b23fc2
2 changed files with 3 additions and 2 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -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: |
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue