Skip to content

Commit

Permalink
Merge pull request #16 from SUSE/jandubois-switch-to-golang1.11.1
Browse files Browse the repository at this point in the history
Switch from Go 1.10 to 1.11.1
  • Loading branch information
Vlad Iovanov committed Oct 31, 2018
2 parents cc53c0f + b96466e commit b9fa59d
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 19 deletions.
8 changes: 4 additions & 4 deletions config/blobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ cli/cf-cli_6.33.1_linux_x86-64.tgz:
object_id: cf-cli_6.33.1_linux_x86-64.tgz
sha: 36d599d1e540c94f31740f6fac49adbf032a22a3
size: 6223742
golang/go1.10.linux-amd64.tar.gz:
size: 119905205
object_id: go1.10.linux-amd64.tar.gz
sha: 693e2dfd99ef2d608b41c450efd9d277bf2a7f2f
golang/go1.11.1.linux-amd64.tar.gz:
size: 127205934
object_id: go1.11.1.linux-amd64.tar.gz
sha: 6446c7d8ef096c5ca6088ec87b46bf4c120f62b0
ruby-2.3/bundler-1.11.2.gem:
object_id: bundler-1.11.2.gem
sha: 8eb956dec72da753d3d2a2126c78508b17af434e
Expand Down
2 changes: 1 addition & 1 deletion packages/generate-secrets/packaging
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ mkdir -p "${BIN_DIR}"

cp -a "${BOSH_COMPILE_TARGET}/role-manifest.yml" "${BOSH_INSTALL_TARGET}"

export GOROOT=$(readlink -nf /var/vcap/packages/golang1.10)
export GOROOT=$(readlink -nf /var/vcap/packages/golang1.11.1)
export GOPATH=${BOSH_COMPILE_TARGET}
export PATH=$GOROOT/bin:$PATH

Expand Down
7 changes: 4 additions & 3 deletions packages/generate-secrets/spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
name: generate-secrets
dependencies:
- golang1.10
- golang1.11.1

files:
- github.com/SUSE/scf-secret-generator/**/*
- role-manifest.yml
- github.com/SUSE/scf-secret-generator/**/*
- role-manifest.yml
4 changes: 0 additions & 4 deletions packages/golang1.10/packaging

This file was deleted.

7 changes: 0 additions & 7 deletions packages/golang1.10/spec

This file was deleted.

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

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

dependencies: []

files:
- golang/go1.11.1.linux-amd64.tar.gz

0 comments on commit b9fa59d

Please sign in to comment.