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

Commit

Permalink
Bump golang to 1.12.1
Browse files Browse the repository at this point in the history
[#165268035]
  • Loading branch information
Genevieve LEsperance committed Apr 16, 2019
1 parent ad4b59a commit 84378ba
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .final_builds/packages/golang-1.11-windows/index.yml

This file was deleted.

6 changes: 6 additions & 0 deletions .final_builds/packages/golang-1.12-windows/index.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
builds:
86989271123d4399ab45fb078ad8bf3cc7173662444a40a29090f32acfb7549b:
version: 86989271123d4399ab45fb078ad8bf3cc7173662444a40a29090f32acfb7549b
blobstore_id: bb93ff44-7411-446e-5ab6-dd2272a8a022
sha1: sha256:b14896e145325b5c7560dbb08647804e675af62da25d03f15eafee8e4abe4ed4
format-version: "2"
2 changes: 0 additions & 2 deletions packages/golang-1.11-windows/spec.lock

This file was deleted.

2 changes: 2 additions & 0 deletions packages/golang-1.12-windows/spec.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
name: golang-1.12-windows
fingerprint: 86989271123d4399ab45fb078ad8bf3cc7173662444a40a29090f32acfb7549b
2 changes: 1 addition & 1 deletion packages/hydrate/packaging
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if ((Get-Item $BOSH_INSTALL_TARGET).LinkType -ne "") {
$BOSH_INSTALL_TARGET = (Get-Item $BOSH_INSTALL_TARGET).Target
}

. C:\var\vcap\packages\golang-1.11-windows\bosh\compile.ps1
. C:\var\vcap\packages\golang-1.12-windows\bosh\compile.ps1
$env:GOPATH="${BOSH_INSTALL_TARGET}"
$env:PATH="${env:GOROOT}\bin;${env:PATH}"
$pkg_name="hydrate"
Expand Down
2 changes: 1 addition & 1 deletion packages/hydrate/spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: hydrate

dependencies:
- golang-1.11-windows
- golang-1.12-windows

files:
- code.cloudfoundry.org/hydrator/**/*

0 comments on commit 84378ba

Please sign in to comment.