Im using the latest standard official image: "mcr.microsoft.com/devcontainers/go:dev-1.21"
It doesn't include go tools or at least not the godoc command. I had to manually run go install golang.org/x/tools/cmd/godoc@latest.
Is that expected? Will I have to build my own container image or is there an official one with all the go tools already installed?