Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

Commit

Permalink
Bump golang to 1.7 in CATs errand [#133497585]
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Taylor <staylor@pivotal.io>
  • Loading branch information
ChunyiLyu authored and staylor14 committed Nov 7, 2016
1 parent eb67eeb commit 595d3de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jobs/acceptance-tests/spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: acceptance-tests
description: "The acceptance tests errand can be configured to run full acceptance test suite against a specific Cloud Foundry API endpoint. Consider running smoke tests errand for a smaller set of tests."

packages:
- golang1.6
- golang1.7
- cli
- acceptance-tests

Expand Down
2 changes: 1 addition & 1 deletion jobs/acceptance-tests/templates/run.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e -x

export GOROOT=$(readlink -nf /var/vcap/packages/golang1.6)
export GOROOT=$(readlink -nf /var/vcap/packages/golang1.7)
export PATH=${GOROOT}/bin:${PATH}

export PATH=/var/vcap/packages/cli/bin:${PATH} # put the cli on the path
Expand Down

0 comments on commit 595d3de

Please sign in to comment.