Skip to content

Commit 43df789

Browse files
authored
Bump to Go 1.23 (#808)
1 parent 10caa92 commit 43df789

File tree

10 files changed

+9
-13
lines changed

10 files changed

+9
-13
lines changed

packages/doppler/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 -o ${BOSH_INSTALL_TARGET}/doppler ./router/

packages/doppler/spec

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

44
dependencies:
5-
- golang-1.22-linux
5+
- golang-1.23-linux
66

77
files:
88
- diodes/**/*.go

packages/golang-1.22-linux/spec.lock

Lines changed: 0 additions & 2 deletions
This file was deleted.
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 -o ${BOSH_INSTALL_TARGET}/trafficcontroller ./trafficcontroller/

packages/loggregator_trafficcontroller/spec

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

44
dependencies:
5-
- golang-1.22-linux
5+
- golang-1.23-linux
66

77
files:
88
- metricemitter/**/*.go
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 -o ${BOSH_INSTALL_TARGET}/rlp ./rlp/

packages/reverse_log_proxy/spec

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

44
dependencies:
5-
- golang-1.22-linux
5+
- golang-1.23-linux
66

77
files:
88
- metricemitter/**/*.go
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 -o ${BOSH_INSTALL_TARGET}/rlp-gateway ./rlp-gateway/

packages/reverse_log_proxy_gateway/spec

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

44
dependencies:
5-
- golang-1.22-linux
5+
- golang-1.23-linux
66

77
files:
88
- metricemitter/**/*.go

src/go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module code.cloudfoundry.org/loggregator-release/src
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-batching v0.0.0-20241223135445-b8f45a03eb70

0 commit comments

Comments
 (0)