zrhoffman commented on issue #5488: URL: https://github.com/apache/trafficcontrol/issues/5488#issuecomment-791797445
> This can't be in 5.1, because per #4380 no changes will be made to our pkg.go.dev page without being a Go module While it's true that no version will replace `v1.1.3` as the default version shown for https://pkg.go.dev/github.com/apache/trafficcontrol until the project is a Go module, our non-Go module releases will still show up on https://pkg.go.dev/github.com/apache/trafficcontrol?tab=versions for all tags of the form `vX.Y.Z` (the non-Go module versions will just say `vX.Y.X+incompatible`, like [`v5.0.0+incompatible`](https://pkg.go.dev/github.com/apache/[email protected]+incompatible)). I backported #5527 to 5.1.x in #5610, in case we want to include it in a 5.x.x release at some point. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
