Skip to content

Commit 9932225

Browse files
Aidan Obleychristianang
authored andcommitted
Revert go 1.9 downgrade
This reverts commit e30d381 and 9a7fda9. [#157636189] Signed-off-by: Christian Ang <[email protected]>
1 parent 9a7fda9 commit 9932225

File tree

19 files changed

+21
-28
lines changed

19 files changed

+21
-28
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
builds:
2+
48c842421b6f05acf88dc6ec17f7574dade28a86:
3+
version: 48c842421b6f05acf88dc6ec17f7574dade28a86
4+
blobstore_id: f5658891-de64-4fe7-5e8f-d342ba0ec43b
5+
sha1: e9a18aebf2c407ce17423c22c913b6612cf4b75f
6+
format-version: "2"

.final_builds/packages/golang-1.9-linux/index.yml

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

ci/pipelines/images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ resources:
116116
source:
117117
endpoint: storage.googleapis.com
118118
bucket: golang
119-
regexp: 'go(1\.9(\.\d+)?)\.linux-amd64\.tar.gz'
119+
regexp: 'go(1\.\d+(\.\d+)?)\.linux-amd64\.tar.gz'
120120

121121
- name: cf-networking-release-ci
122122
type: git

jobs/performance-test-sd/spec

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

88
packages:
9-
- golang-1.9-linux
9+
- golang-1.10-linux
1010
- performance-test-sd
1111

1212
consumes:

jobs/performance-test-sd/templates/run-tests.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -o pipefail
55

66

77
pushd /var/vcap/packages/performance-test-sd > /dev/null
8-
source /var/vcap/packages/golang-1.9-linux/bosh/compile.env
8+
source /var/vcap/packages/golang-1.10-linux/bosh/compile.env
99
popd > /dev/null
1010

1111
DATA_DIR=/var/vcap/data/performance-test-sd

packages/bosh-dns-adapter/packaging

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

33
pushd ${BOSH_INSTALL_TARGET} > /dev/null
4-
source /var/vcap/packages/golang-1.9-linux/bosh/compile.env
4+
source /var/vcap/packages/golang-1.10-linux/bosh/compile.env
55
popd > /dev/null
66

77
mkdir -p ${BOSH_INSTALL_TARGET}/src

packages/bosh-dns-adapter/spec

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

44
dependencies:
5-
- golang-1.9-linux
5+
- golang-1.10-linux
66

77
files:
88
- bosh-dns-adapter/*.go # gosub

packages/golang-1.10-linux/spec.lock

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
name: golang-1.10-linux
2+
fingerprint: 48c842421b6f05acf88dc6ec17f7574dade28a86

packages/golang-1.9-linux/spec.lock

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

packages/packages/golang-1.9-linux/packaging

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/packages/golang-1.9-linux/spec

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

packages/policy-server/packaging

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -eu
44
mkdir ../src && cp -a * ../src/ && mv ../src ./src
55
mkdir -p $BOSH_INSTALL_TARGET/bin
66

7-
source /var/vcap/packages/golang-1.9-linux/bosh/compile.env
7+
source /var/vcap/packages/golang-1.10-linux/bosh/compile.env
88

99
go build -o "${BOSH_INSTALL_TARGET}/bin/policy-server" policy-server/cmd/policy-server
1010
go build -o "${BOSH_INSTALL_TARGET}/bin/policy-server-internal" policy-server/cmd/policy-server-internal

packages/policy-server/spec

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

44
dependencies:
5-
- golang-1.9-linux
5+
- golang-1.10-linux
66

77
files:
88
- code.cloudfoundry.org/cf-networking-helpers/db/*.go # gosub

packages/route_populator/packaging

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

44
pushd ${BOSH_INSTALL_TARGET} > /dev/null
5-
source /var/vcap/packages/golang-1.9-linux/bosh/compile.env
5+
source /var/vcap/packages/golang-1.10-linux/bosh/compile.env
66
popd > /dev/null
77

88
mkdir -p ${BOSH_INSTALL_TARGET}/src

packages/route_populator/spec

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

44
dependencies:
5-
- golang-1.9-linux
5+
- golang-1.10-linux
66

77
files:
88
- route_populator/*.go # gosub

packages/runc-cni/packaging

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -eu
44
mkdir ../src && cp -a * ../src/ && mv ../src ./src
55
mkdir -p ${BOSH_INSTALL_TARGET}/bin
66

7-
source /var/vcap/packages/golang-1.9-linux/bosh/compile.env
7+
source /var/vcap/packages/golang-1.10-linux/bosh/compile.env
88

99
go build -o "${BOSH_INSTALL_TARGET}/bin/garden-external-networker" garden-external-networker
1010

packages/runc-cni/spec

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

44
dependencies:
5-
- golang-1.9-linux
5+
- golang-1.10-linux
66

77
files:
88
- github.com/containernetworking/cni/scripts/*

packages/service-discovery-controller/packaging

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

33
pushd ${BOSH_INSTALL_TARGET} > /dev/null
4-
source /var/vcap/packages/golang-1.9-linux/bosh/compile.env
4+
source /var/vcap/packages/golang-1.10-linux/bosh/compile.env
55
popd > /dev/null
66

77
mkdir -p ${BOSH_INSTALL_TARGET}/src

packages/service-discovery-controller/spec

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

44
dependencies:
5-
- golang-1.9-linux
5+
- golang-1.10-linux
66

77
files:
88
- code.cloudfoundry.org/cf-networking-helpers/lagerlevel/*.go # gosub

0 commit comments

Comments
 (0)