We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 482f04f commit b90d3e5Copy full SHA for b90d3e5
packages/envoy_windows/packaging
@@ -5,7 +5,7 @@ $BOSH_INSTALL_TARGET = Resolve-Path "${env:BOSH_INSTALL_TARGET}"
5
$path=(Get-ChildItem "envoy-nginx/envoy-nginx*.zip").FullName
6
Expand-Archive -Path $path -DestinationPath ${BOSH_INSTALL_TARGET}
7
8
-. C:\var\vcap\packages\golang-1.19-windows\bosh\compile.ps1
+. C:\var\vcap\packages\golang-*-windows\bosh\compile.ps1
9
$env:GOPATH="${BOSH_INSTALL_TARGET}"
10
$env:PATH="${env:GOROOT}\bin;${env:PATH}"`
11
packages/envoy_windows/spec
@@ -2,7 +2,7 @@
2
name: envoy_windows
3
4
dependencies:
-- golang-1.19-windows
+- golang-1.20-windows
files:
- envoy-nginx/envoy-nginx*.zip
packages/golang-1.19-linux/spec.lock
packages/golang-1.19-windows/spec.lock
0 commit comments