cloudfoundry / disaster-recovery-acceptance-tests

Acceptance tests for disaster recovery of Cloud Foundry
Apache License 2.0
8 stars 33 forks source link

Bump Golang version only when new go-buildpack is released #345

Open jochenehret opened 1 month ago

jochenehret commented 1 month ago

Hi DRATs Developers,

a minor issue: The Golang version was recently updated: https://github.com/cloudfoundry/disaster-recovery-acceptance-tests/commit/5649dc37a15852c5b1c42ec9e3e5b247ac82de28

This also updated the "credhub-test-app" to Golang 1.22.6. Now currently there is no go-buildpack available with that version. The latest go-buildpack v1.10.21 supports only Golang 1.22.5. This is why the "bbr-run-drats" acceptance test failed again: https://concourse.wg-ard.ci.cloudfoundry.org/teams/main/pipelines/cf-deployment/jobs/bbr-run-drats/builds/1449

So before updating the test apps, could you please check if there is already a go-buildpack version released that supports the new Golang version?

Thanks and Best Regards,

Jochen.