Skip to content

Commit

Permalink
upgrade golang to 1.16 (#22)
Browse files Browse the repository at this point in the history
Signed-off-by: Song Song Li <[email protected]>
  • Loading branch information
songleo authored Apr 27, 2021
1 parent dc65bd5 commit 911c85e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
ARG RESTY_IMAGE_BASE="alpine"
ARG RESTY_IMAGE_TAG="latest"

FROM docker.io/openshift/origin-release:golang-1.15 AS builder
FROM docker.io/openshift/origin-release:golang-1.16 AS builder
WORKDIR /go/src/github.com/open-cluster-management/management-ingress
COPY . .
RUN make docker-binary
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/open-cluster-management/management-ingress

go 1.15
go 1.16

require (
github.com/docker/spdystream v0.0.0-20181023171402-6480d4af844c // indirect
Expand Down

0 comments on commit 911c85e

Please sign in to comment.