Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[release/2.7] update to go1.16
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
  • Loading branch information
thaJeztah committed Aug 10, 2021
1 parent 18230b7 commit d836b23
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 d836b23

Please sign in to comment.