Merge pull request #87106 from ialidzhikov/enh/golang@1.13.6
Update to golang@1.13.6
This commit is contained in:
@@ -17,7 +17,7 @@ include ../../hack/make-rules/Makefile.manifest
|
||||
REGISTRY ?= gcr.io/kubernetes-e2e-test-images
|
||||
GOARM ?= 7
|
||||
QEMUVERSION=v2.9.1
|
||||
GOLANG_VERSION=1.13.5
|
||||
GOLANG_VERSION=1.13.6
|
||||
export
|
||||
|
||||
ifndef WHAT
|
||||
|
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
FROM k8s.gcr.io/kube-cross:v1.13.5-1 as build_k8s_1_17_sample_apiserver
|
||||
FROM k8s.gcr.io/kube-cross:v1.13.6-1 as build_k8s_1_17_sample_apiserver
|
||||
|
||||
ENV GOPATH /go
|
||||
RUN mkdir -p ${GOPATH}/src ${GOPATH}/bin
|
||||
|
Reference in New Issue
Block a user