Skip to content

Commit

Permalink
DOWNSTREAM: <carry>: use go1.15
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Batschelet <sbatsche@redhat.com>
  • Loading branch information
hexfusion committed Jun 17, 2021
1 parent 6f077fb commit fa0139a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.rhel
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.ci.openshift.org/ocp/builder:rhel-8-etcd-golang-1.12 AS builder
FROM registry.ci.openshift.org/ocp/builder:rhel-8-etcd-golang-1.15 AS builder

WORKDIR /go/src/go.etcd.io/etcd

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 go.etcd.io/etcd

go 1.14
go 1.15

require (
github.com/bgentry/speakeasy v0.1.0
Expand Down

0 comments on commit fa0139a

Please sign in to comment.