Skip to content

Commit 7e1c6fb

Browse files
committed
Use go 1.11
1 parent a26ebc4 commit 7e1c6fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ sudo: required
33
services:
44
- docker
55
go:
6-
- "1.10"
6+
- "1.11"
77
script:
88
- echo "Building ingress controller commit:${TRAVIS_COMMIT}"
99
- make BUILD_IN_CONTAINER=0 container;

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ PREFIX = nginx/nginx-ingress
66

77
DOCKER_RUN = docker run --rm -v $(shell pwd):/go/src/github.com/nginxinc/kubernetes-ingress
88
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
1010
DOCKERFILEPATH = build
1111
DOCKERFILE = Dockerfile # note, this can be overwritten e.g. can be DOCKERFILE=DockerFileForPlus
1212

0 commit comments

Comments
 (0)