Skip to content

Commit

Permalink
use go mod
Browse files Browse the repository at this point in the history
  • Loading branch information
Emilio Garcia authored and Fedosin committed Apr 30, 2020
1 parent 3fed47e commit 3d72a93
Show file tree
Hide file tree
Showing 1,821 changed files with 146,141 additions and 399,880 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,4 +1,4 @@
FROM registry.svc.ci.openshift.org/openshift/release:golang-1.12 AS builder
FROM registry.svc.ci.openshift.org/openshift/release:golang-1.13 AS builder
WORKDIR /go/src/sigs.k8s.io/cluster-api-provider-openstack
COPY . .

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.rhel7
@@ -1,4 +1,4 @@
FROM registry.svc.ci.openshift.org/ocp/builder:golang-1.12 AS builder
FROM registry.svc.ci.openshift.org/ocp/builder:golang-1.13 AS builder
WORKDIR /go/src/sigs.k8s.io/cluster-api-provider-openstack
COPY . .

Expand Down

0 comments on commit 3d72a93

Please sign in to comment.