Skip to content

Commit

Permalink
Merge pull request #3472 from thaJeztah/2.7_update_go116
Browse files Browse the repository at this point in the history
[release/2.7] update to go1.16
  • Loading branch information
wy65701436 committed Aug 10, 2021
2 parents 18230b7 + d836b23 commit 61e7e20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -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: |
Expand Down
3 changes: 2 additions & 1 deletion Dockerfile
@@ -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

Expand Down

0 comments on commit 61e7e20

Please sign in to comment.