Legacy Convenience Image Deprecation

Not 1:1 but close. The image cimg/php:8.0-browsers is what you want. The next-gen browsers variant should be pair with the Browser Tools Orb. What’s missing would be Apache, which you can get with a command like this:

sudo apt-get update && sudo apt-get install -y apache2

which specific Apache package(s) you install depends on your use case.

You didn’t specify a version of Go to use. - image: cimg/go is incomplete. Something like - image: cimg/go:1.17.7 would provide an actual image.