bneradt commented on code in PR #13186:
URL: https://github.com/apache/trafficserver/pull/13186#discussion_r3366376865


##########
tests/gold_tests/autest-site/conditions.test.ext:
##########
@@ -217,6 +231,29 @@ def HasProxyVerifierVersion(self, version):
     return self.EnsureVersion([verifier_path, "--version"], 
min_version=version)
 
 
+def HasGoVersion(self, version):
+    """Check whether the go command is available at the requested version."""
+
+    def version_tuple(value):
+        return tuple(int(part) for part in value.split('.'))

Review Comment:
   Fixed via changes in #13213



-- 
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]

Reply via email to