Merge pull request #113 from zhiweiyin318/upgrade-go

promote go to 1.15
This commit is contained in:
OpenShift Merge Robot
2021-02-19 20:15:43 -05:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM docker.io/openshift/origin-release:golang-1.14 AS builder
FROM docker.io/openshift/origin-release:golang-1.15 AS builder
WORKDIR /go/src/github.com/open-cluster-management/registration
COPY . .
ENV GO_PACKAGE github.com/open-cluster-management/registration

2
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/open-cluster-management/registration
go 1.14
go 1.15
replace github.com/googleapis/gnostic => github.com/googleapis/gnostic v0.4.1 // ensure compatible between controller-runtime and kube-openapi