Skip to content

Commit

Permalink
Update to 1.7 image
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsauter committed Nov 14, 2016
1 parent f25c978 commit 71f3786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if [ -z "$version" ]; then
fi

go_path=$(cd ../../../../; pwd)
docker_run="docker run --rm -it -v $go_path:/go -w /go/src/github.com/michaelsauter/crane michaelsauter/golang:1.6"
docker_run="docker run --rm -it -v $go_path:/go -w /go/src/github.com/michaelsauter/crane michaelsauter/golang:1.7"

echo "Running tests..."
$docker_run make test
Expand Down

0 comments on commit 71f3786

Please sign in to comment.