Skip to content

Commit 9e2c1f9

Browse files
alchen1218ameowlia
authored andcommitted
Bump go version to 1.25
1 parent 755cc71 commit 9e2c1f9

File tree

10 files changed

+11
-11
lines changed

10 files changed

+11
-11
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.23-linux/bosh/compile.env
3+
source /var/vcap/packages/golang-1.25-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.23-linux
5+
- golang-1.25-linux
66

77
files:
88
- diodes/**/*.go
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
name: golang-1.23-linux
2-
fingerprint: 0318ed53dd7c034bd98549c09ba9cb470ce90c50431ad61d51f355fa9afff2e8
1+
name: golang-1.25-linux
2+
fingerprint: f39b9add821126d4a840673be382775fb3e2030ea0143cfa8d52adb4eee8e21a
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.23-linux/bosh/compile.env
3+
source /var/vcap/packages/golang-1.25-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.23-linux
5+
- golang-1.25-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.23-linux/bosh/compile.env
3+
source /var/vcap/packages/golang-1.25-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.23-linux
5+
- golang-1.25-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.23-linux/bosh/compile.env
3+
source /var/vcap/packages/golang-1.25-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.23-linux
5+
- golang-1.25-linux
66

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

src/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module code.cloudfoundry.org/loggregator-release/src
22

3-
go 1.24.0
3+
go 1.25.0
44

55
require (
66
code.cloudfoundry.org/go-batching v0.0.0-20250505163757-782705ba2997

0 commit comments

Comments
 (0)