diff --git a/.travis.yml b/.travis.yml index 26c5acdb9..2f9d06da2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ services: - docker go: - - "1.11" + - "1.15.11" go_import_path: github.com/IBM/multi-cluster-app-dispatcher diff --git a/CONTROLLER_VERSION b/CONTROLLER_VERSION index c0eb74b70..799f8f9d4 100644 --- a/CONTROLLER_VERSION +++ b/CONTROLLER_VERSION @@ -1 +1 @@ -1.29.7 +1.29.10 diff --git a/deployment/build.sh b/deployment/build.sh index 05a252b6f..691672199 100755 --- a/deployment/build.sh +++ b/deployment/build.sh @@ -4,6 +4,6 @@ set -x project_root=$(cd ..; pwd) git_path=github.com/IBM/multi-cluster-app-dispatcher -container_id=$(docker run --rm -v "$project_root":/go/src/$git_path -d -w /go/src/$git_path/deployment golang:alpine ./build-inside-container.sh) +container_id=$(docker run --rm -v "$project_root":/go/src/$git_path -d -w /go/src/$git_path/deployment golang:1.15.11-alpine3.13 ./build-inside-container.sh) docker logs -f $container_id