Skip to content

Commit af830ed

Browse files
author
Nino Kodabande
committed
Revert "Update to go 1.7.4"
[#135813681] This reverts commit 46f4c77.
1 parent f613209 commit af830ed

File tree

20 files changed

+25
-27
lines changed

20 files changed

+25
-27
lines changed

jobs/acceptance_tests/spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ templates:
66
config.json.erb: bin/config.json
77

88
packages:
9-
- golang1.7
9+
- golang1.6
1010
- acceptance_tests
1111
- tcp_emitter
1212
- rtr

jobs/acceptance_tests/templates/run.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -e -x
44

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

88
export GOPATH=/var/vcap/packages/acceptance_tests

packages/acceptance_tests/packaging

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
set -e -x
22

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

66
export GOPATH=$BOSH_INSTALL_TARGET

packages/acceptance_tests/spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: acceptance_tests
33

44
dependencies:
5-
- golang1.7
5+
- golang1.6
66
- rtr
77

88
files:

packages/golang1.6/packaging

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
set -e
2+
3+
tar xzf golang/go1.6.3.linux-amd64.tar.gz
4+
cp -R go/* ${BOSH_INSTALL_TARGET}

packages/golang1.6/spec

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
name: golang1.6
3+
4+
files:
5+
- golang/go1.6.3.linux-amd64.tar.gz

packages/golang1.7/packaging

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/golang1.7/spec

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/gorouter/packaging

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
set -e -x
22

3-
export GOROOT=$(readlink -nf /var/vcap/packages/golang1.7)
3+
export GOROOT=$(readlink -nf /var/vcap/packages/golang1.6)
44
export PATH=$GOROOT/bin:$PATH
55

66
mkdir -p ${BOSH_INSTALL_TARGET}/src

packages/gorouter/spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: gorouter
33
dependencies:
4-
- golang1.7
4+
- golang1.6
55
files:
66
- routing-release/src/code.cloudfoundry.org/gorouter/**/*.{go,golden,proto,c,h,}
77
- routing-release/src/code.cloudfoundry.org/gorouter/LICENSE

0 commit comments

Comments
 (0)