Unverified Commit e043eca9 authored by Mikkel Oscar Lyderik Larsen's avatar Mikkel Oscar Lyderik Larsen
Browse files

Always build against latest stable version of golang

parent cdb9ae05
......@@ -6,7 +6,7 @@ os:
language: go
go:
- 1.9
- 1.x
- tip
matrix:
......
......@@ -13,7 +13,7 @@
# limitations under the License.
# builder image
FROM golang:1.9 as builder
FROM golang as builder
WORKDIR /go/src/github.com/kubernetes-incubator/external-dns
COPY . .
......
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