Skip to content

Commit 79267b6

Browse files
committed
Switch to the go1.18 line of the golang release
We're concerned about our CI, which autobumps golang release, pulling in go1.19 before we're ready for it. This way we can still receive patch updates of go1.18.
1 parent 9ef8741 commit 79267b6

File tree

5 files changed

+2
-8
lines changed

5 files changed

+2
-8
lines changed

packages/blackbox-windows/packaging

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
$ErrorActionPreference = "Stop";
22
trap { $host.SetShouldExit(1) }
33

4-
. C:\var\vcap\packages\golang-1-windows\bosh\compile.ps1
4+
. C:\var\vcap\packages\golang-1.18-windows\bosh\compile.ps1
55

66
$BOSH_INSTALL_TARGET = Resolve-Path "${env:BOSH_INSTALL_TARGET}"
77
cd blackbox\cmd\blackbox

packages/blackbox-windows/spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: blackbox-windows
33
dependencies:
4-
- golang-1-windows
4+
- golang-1.18-windows
55
files:
66
- blackbox/**/*
77
excluded_files:

packages/golang-1-windows/spec.lock

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

packages/golang-1.18-darwin/spec.lock

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

packages/golang-1.18-linux/spec.lock

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

0 commit comments

Comments
 (0)