I need to compile a specific version of quic-go (namely v0.23.0) which
refuses to build under Go versions above 1.17, despite the
back-compatibility guarantees made by the Go developers.
Fortunately, it's easy to obtain a specific Go compiler version like so:
  go install golang.org/dl/go1.17@latest
  go1.17 download