Skip to content

Commit 805e2df

Browse files
iprotsiukctlong
andauthored
Bump to Go 1.23 (#77)
Co-authored-by: Carson Long <[email protected]>
1 parent 31e24de commit 805e2df

File tree

4 files changed

+3
-6
lines changed

4 files changed

+3
-6
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.22-windows\bosh\compile.ps1
4+
. C:\var\vcap\packages\golang-1.23-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.22-windows
4+
- golang-1.23-windows
55
files:
66
- blackbox/**/*
77
excluded_files:

packages/golang-1.22-windows/spec.lock

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

tests/go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
module windows_syslog_acceptance_test
22

3-
go 1.22
4-
toolchain go1.22.5
3+
go 1.23.0
54

65
require (
76
github.com/onsi/ginkgo/v2 v2.22.2

0 commit comments

Comments
 (0)