Tag
Go 1.24 introduces native support for HTTP/2 cleartext (h2c) in the net/http package, eliminating the previous need for external wrapper packages. This post explains how to configure a Go HTTP server for h2c to work with services like Google Cloud Run.