You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add golang-1.26-linux BOSH package and declare it as health_monitor dependency
Copies the vendored golang-1.26-linux package (from cloudfoundry/bosh-package-golang-release)
which was already present on experiment-golang-bosh-nats-sync. Without this package
packages/health_monitor/spec had no golang dependency, so BOSH would not guarantee
the Go toolchain was compiled before health_monitor during a release build.
The packages/health_monitor/packaging script already loops for golang-* packages;
the spec declaration ensures the compilation ordering is explicit.
ai-assisted=yes
[TNZ-113909] Convert BOSH health monitor job to Golang
0 commit comments