Commit 3c6746a2 authored by Geoff Simmons's avatar Geoff Simmons

Update controller builds to use Go 1.10.5.

parent 9bea6de8
FROM golang:1.10.3 as builder
FROM golang:1.10.5 as builder
RUN go get -u golang.org/x/vgo
RUN go get -d -v github.com/slimhazard/gogitversion && \
cd /go/src/github.com/slimhazard/gogitversion && \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment