Skip to content

Commit 1444292

Browse files
authored
Bump to Go 1.23 (#205)
1 parent 25fcc2d commit 1444292

File tree

4 files changed

+3
-7
lines changed

4 files changed

+3
-7
lines changed

packages/golang-1.22-linux/spec.lock

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

packages/statsd_injector/packaging

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
set -ex
22

3-
source /var/vcap/packages/golang-1.22-linux/bosh/compile.env
3+
source /var/vcap/packages/golang-1.23-linux/bosh/compile.env
44
export GOPATH=/var/vcap
55

66
go build -mod=vendor -o ${BOSH_INSTALL_TARGET}/statsd-injector ./

packages/statsd_injector/spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: statsd_injector
33
dependencies:
4-
- golang-1.22-linux
4+
- golang-1.23-linux
55

66
files:
77
- ./**/*.go

src/go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/cloudfoundry/statsd-injector
22

3-
go 1.22.0
4-
5-
toolchain go1.22.10
3+
go 1.23.0
64

75
require (
86
code.cloudfoundry.org/go-loggregator/v9 v9.2.1

0 commit comments

Comments
 (0)