File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ sudo: required
33services :
44- docker
55go :
6- - " 1.10 "
6+ - " 1.11 "
77script :
88- echo "Building ingress controller commit:${TRAVIS_COMMIT}"
99- make BUILD_IN_CONTAINER=0 container;
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ PREFIX = nginx/nginx-ingress
66
77DOCKER_RUN = docker run --rm -v $(shell pwd) :/go/src/github.com/nginxinc/kubernetes-ingress
88DOCKER_BUILD_RUN = docker run --rm -v $(shell pwd) :/go/src/github.com/nginxinc/kubernetes-ingress -w /go/src/github.com/nginxinc/kubernetes-ingress/cmd/nginx-ingress/
9- GOLANG_CONTAINER = golang:1.10
9+ GOLANG_CONTAINER = golang:1.11
1010DOCKERFILEPATH = build
1111DOCKERFILE = Dockerfile # note, this can be overwritten e.g. can be DOCKERFILE=DockerFileForPlus
1212
You can’t perform that action at this time.
0 commit comments