Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

Commit

Permalink
Update to golang 1.11.1 and apply packaging workaround.
Browse files Browse the repository at this point in the history
[#160287101]

Signed-off-by: Andrew Keesler <akeesler@pivotal.io>
  • Loading branch information
sesmith177 authored and Andrew Keesler committed Oct 8, 2018
1 parent b912830 commit 337f3d5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/blobs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
golang/go1.10.3.windows-amd64.zip:
size: 139354339
object_id: d1d4230b-8d87-4646-4695-80c3092a3cbb
sha: bc3500c018b4265f13913e5cb83cc0ac84334779
golang/go1.11.1.windows-amd64.zip:
size: 135078145
object_id: d32e23a1-c805-48b9-639f-7d9886f95c40
sha: 6fe216f24300a2e99b877c6343f0f0f339b2867e
3 changes: 3 additions & 0 deletions packages/hydrate/packaging
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ $ErrorActionPreference = "Stop";
trap { $host.SetShouldExit(1) }

$BOSH_INSTALL_TARGET = Resolve-Path "${env:BOSH_INSTALL_TARGET}"
if ((Get-Item $BOSH_INSTALL_TARGET).LinkType -ne "") {
$BOSH_INSTALL_TARGET = (Get-Item $BOSH_INSTALL_TARGET).Target
}

$env:GOROOT="C:\var\vcap\packages\golang-windows\go"
$env:GOPATH="${BOSH_INSTALL_TARGET}"
Expand Down

0 comments on commit 337f3d5

Please sign in to comment.