Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
- docker

go:
- "1.11"
- "1.15.11"

go_import_path: github.com/IBM/multi-cluster-app-dispatcher

Expand Down
2 changes: 1 addition & 1 deletion CONTROLLER_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.29.7
1.29.10
2 changes: 1 addition & 1 deletion deployment/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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