Skip to content

Commit 6ee9383

Browse files
Bump Go to v1.14
1 parent d092eee commit 6ee9383

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.svc.ci.openshift.org/openshift/release:golang-1.13 AS builder
1+
FROM registry.svc.ci.openshift.org/openshift/release:golang-1.14 AS builder
22
WORKDIR /go/src/sigs.k8s.io/cluster-api-provider-openstack
33
COPY . .
44

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module sigs.k8s.io/cluster-api-provider-openstack
22

3-
go 1.13
3+
go 1.14
44

55
require (
66
github.com/ajeddeloh/go-json v0.0.0-20170920214419-6a2fe990e083 // indirect

0 commit comments

Comments
 (0)