chore: switch to go v1.9 (#411)

This commit is contained in:
Martin Linkhorst 2017-12-04 17:39:00 +01:00 committed by GitHub
parent 0f85859af0
commit bd632ec2d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -6,7 +6,6 @@ os:
language: go language: go
go: go:
- 1.8
- 1.9 - 1.9
- tip - tip

View File

@ -13,7 +13,7 @@
# limitations under the License. # limitations under the License.
# builder image # builder image
FROM golang:1.8 as builder FROM golang:1.9 as builder
WORKDIR /go/src/github.com/kubernetes-incubator/external-dns WORKDIR /go/src/github.com/kubernetes-incubator/external-dns
COPY . . COPY . .