Skip to content

Commit

Permalink
Update golang to v1.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mumoshu committed Jul 6, 2017
1 parent 6d7dae4 commit 6c96fe0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: go
go:
- 1.7
- 1.8.3
go_import_path: github.com/kubernetes-incubator/kube-aws
script:
- make test-with-cover
Expand Down
2 changes: 1 addition & 1 deletion containerized-build-release-binaries
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ KUBERNETES_MOUNT_DIR="/go/src/github.com/kubernetes-incubator/kube-aws"

docker run --rm -i \
-v "${COREOS_KUBERNETES_ROOT}:${KUBERNETES_MOUNT_DIR}:z" -w ${KUBERNETES_MOUNT_DIR} \
--entrypoint /bin/bash golang:1.7.3 <<EOF
--entrypoint /bin/bash golang:1.8.3 <<EOF
#!/bin/bash
set -euo pipefail
wget -O /tmp/glide.tgz https://github.com/Masterminds/glide/releases/download/v0.12.3/glide-v0.12.3-linux-amd64.tar.gz
Expand Down

0 comments on commit 6c96fe0

Please sign in to comment.