Skip to content

Commit

Permalink
Always build against latest stable version of golang
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkeloscar committed Mar 16, 2018
1 parent cdb9ae0 commit e043eca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ os:
language: go

go:
- 1.9
- 1.x
- tip

matrix:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 . .
Expand Down

0 comments on commit e043eca

Please sign in to comment.