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
3
3
services :
4
4
- docker
5
5
go :
6
- - " 1.10 "
6
+ - " 1.11 "
7
7
script :
8
8
- echo "Building ingress controller commit:${TRAVIS_COMMIT}"
9
9
- make BUILD_IN_CONTAINER=0 container;
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ PREFIX = nginx/nginx-ingress
6
6
7
7
DOCKER_RUN = docker run --rm -v $(shell pwd) :/go/src/github.com/nginxinc/kubernetes-ingress
8
8
DOCKER_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
10
10
DOCKERFILEPATH = build
11
11
DOCKERFILE = Dockerfile # note, this can be overwritten e.g. can be DOCKERFILE=DockerFileForPlus
12
12
You can’t perform that action at this time.
0 commit comments