Skip to content

Commit b90d3e5

Browse files
jrussettameowlia
authored andcommitted
pin to golang-1.20-windows
Signed-off-by: Amelia Downs <[email protected]>
1 parent 482f04f commit b90d3e5

File tree

4 files changed

+2
-6
lines changed

4 files changed

+2
-6
lines changed

packages/envoy_windows/packaging

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ $BOSH_INSTALL_TARGET = Resolve-Path "${env:BOSH_INSTALL_TARGET}"
55
$path=(Get-ChildItem "envoy-nginx/envoy-nginx*.zip").FullName
66
Expand-Archive -Path $path -DestinationPath ${BOSH_INSTALL_TARGET}
77

8-
. C:\var\vcap\packages\golang-1.19-windows\bosh\compile.ps1
8+
. C:\var\vcap\packages\golang-*-windows\bosh\compile.ps1
99
$env:GOPATH="${BOSH_INSTALL_TARGET}"
1010
$env:PATH="${env:GOROOT}\bin;${env:PATH}"`
1111

packages/envoy_windows/spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: envoy_windows
33

44
dependencies:
5-
- golang-1.19-windows
5+
- golang-1.20-windows
66

77
files:
88
- envoy-nginx/envoy-nginx*.zip

packages/golang-1.19-linux/spec.lock

Lines changed: 0 additions & 2 deletions
This file was deleted.

packages/golang-1.19-windows/spec.lock

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)