File tree Expand file tree Collapse file tree 10 files changed +9
-13
lines changed
Expand file tree Collapse file tree 10 files changed +9
-13
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 33set -e -u -x -o pipefail
44
55# shellcheck source=/dev/null
6- source /var/vcap/packages/golang-1.22 -linux/bosh/compile.env
6+ source /var/vcap/packages/golang-1.23 -linux/bosh/compile.env
77
88go build -o " ${BOSH_INSTALL_TARGET} /log-cache-cf-auth-proxy" ./cmd/cf-auth-proxy
Original file line number Diff line number Diff line change 22name: log-cache-cf-auth-proxy
33
44dependencies:
5- - golang-1.22 -linux
5+ - golang-1.23 -linux
66
77files:
88- cmd/cf-auth-proxy/**/*.go
Original file line number Diff line number Diff line change 33set -e -u -x -o pipefail
44
55# shellcheck source=/dev/null
6- source /var/vcap/packages/golang-1.22 -linux/bosh/compile.env
6+ source /var/vcap/packages/golang-1.23 -linux/bosh/compile.env
77
88VERSION=$( cat version)
99go build \
Original file line number Diff line number Diff line change 22name: log-cache-gateway
33
44dependencies:
5- - golang-1.22 -linux
5+ - golang-1.23 -linux
66
77files:
88- cmd/gateway/**/*.go
Original file line number Diff line number Diff line change 33set -e -u -x -o pipefail
44
55# shellcheck source=/dev/null
6- source /var/vcap/packages/golang-1.22 -linux/bosh/compile.env
6+ source /var/vcap/packages/golang-1.23 -linux/bosh/compile.env
77
88go build -o " ${BOSH_INSTALL_TARGET} /log-cache-syslog-server" ./cmd/syslog-server
Original file line number Diff line number Diff line change 22name: log-cache-syslog-server
33
44dependencies:
5- - golang-1.22 -linux
5+ - golang-1.23 -linux
66
77files:
88- cmd/syslog-server/**/*.go
Original file line number Diff line number Diff line change 33set -e -u -x -o pipefail
44
55# shellcheck source=/dev/null
6- source /var/vcap/packages/golang-1.22 -linux/bosh/compile.env
6+ source /var/vcap/packages/golang-1.23 -linux/bosh/compile.env
77
88go build -o " ${BOSH_INSTALL_TARGET} /log-cache" ./cmd/log-cache
Original file line number Diff line number Diff line change 22name: log-cache
33
44dependencies:
5- - golang-1.22 -linux
5+ - golang-1.23 -linux
66
77files:
88- cmd/log-cache/**/*.go
Original file line number Diff line number Diff line change 11module code.cloudfoundry.org/log-cache
22
3- go 1.22.0
4-
5- toolchain go1.22.10
3+ go 1.23.0
64
75require (
86 code.cloudfoundry.org/go-batching v0.0.0-20241223135445-b8f45a03eb70
You can’t perform that action at this time.
0 commit comments