zrhoffman commented on code in PR #8108: URL: https://github.com/apache/trafficcontrol/pull/8108#discussion_r1898318933
########## go.mod: ########## @@ -17,7 +17,7 @@ module github.com/apache/trafficcontrol/v8 // specific language governing permissions and limitations // under the License. -go 1.23.0 +go 1.23.4 Review Comment: Hmm, this will mean that a user cannot compile ATC using Go 1.23.3, and Go 1.23.4 or higher is required. Usually, minor versions are bugfixes and Go language changes are only introduced in major versions, so do we want to require specific minor versions? -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
