Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch from Go 1.10 to 1.11.1 #16

Merged
merged 1 commit into from
Oct 31, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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