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
|
||||
|
||||
go:
|
||||
- 1.8
|
||||
- 1.9
|
||||
- tip
|
||||
|
||||
|
||||
@ -13,7 +13,7 @@
|
||||
# limitations under the License.
|
||||
|
||||
# builder image
|
||||
FROM golang:1.8 as builder
|
||||
FROM golang:1.9 as builder
|
||||
|
||||
WORKDIR /go/src/github.com/kubernetes-incubator/external-dns
|
||||
COPY . .
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user