mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-10-27 08:41:29 +01:00
chore: switch to go v1.9 (#411)
This commit is contained in:
parent
0f85859af0
commit
bd632ec2d3
@ -6,7 +6,6 @@ os:
|
|||||||
language: go
|
language: go
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- 1.8
|
|
||||||
- 1.9
|
- 1.9
|
||||||
- tip
|
- tip
|
||||||
|
|
||||||
|
|||||||
@ -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 . .
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user