Skip to content

Commit

Permalink
Bump golang version
Browse files Browse the repository at this point in the history
  • Loading branch information
Loggregator CI committed Feb 5, 2019
1 parent 7467a58 commit 39b9346
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
8 changes: 4 additions & 4 deletions config/blobs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
golang/go1.11.4.linux-amd64.tar.gz:
size: 126643341
object_id: e5dec4f3-f08b-40be-641b-4e012c683064
sha: sha256:fb26c30e6a04ad937bbc657a1b5bba92f80096af1e8ee6da6430c045a8db3a5b
golang/go1.11.5.linux-amd64.tar.gz:
size: 140132627
object_id: e1f2f801-ff89-4514-6318-d55594fee6d0
sha: sha256:ff54aafedff961eb94792487e827515da683d61a5f9482f668008832631e5d25
4 changes: 0 additions & 4 deletions packages/golang1.11.4/packaging

This file was deleted.

5 changes: 0 additions & 5 deletions packages/golang1.11.4/spec

This file was deleted.

4 changes: 4 additions & 0 deletions packages/golang1.11.5/packaging
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
set -e

tar xzf golang/go1.11.5.linux-amd64.tar.gz
cp -R go/* ${BOSH_INSTALL_TARGET}
5 changes: 5 additions & 0 deletions packages/golang1.11.5/spec
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
name: golang1.11.5

files:
- golang/go1.11.5.linux-amd64.tar.gz
2 changes: 1 addition & 1 deletion packages/statsd_injector/packaging
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -e -x
mkdir -p ${BOSH_INSTALL_TARGET}/src
cp -a . ${BOSH_INSTALL_TARGET}/src

export GOROOT=$(readlink -nf /var/vcap/packages/golang1.11.4)
export GOROOT=$(readlink -nf /var/vcap/packages/golang1.11.5)
export GOPATH=$BOSH_INSTALL_TARGET
export PATH=$GOROOT/bin:$PATH

Expand Down
2 changes: 1 addition & 1 deletion packages/statsd_injector/spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: statsd_injector
dependencies:
- golang1.11.4
- golang1.11.5

files:
- github.com/cloudfoundry/statsd-injector/LICENSE
Expand Down

0 comments on commit 39b9346

Please sign in to comment.