bzp2010 commented on code in PR #2507:
URL:
https://github.com/apache/apisix-ingress-controller/pull/2507#discussion_r2282169885
##########
.github/workflows/apisix-conformance-test.yml:
##########
@@ -89,7 +89,7 @@ jobs:
- name: Install And Run Cloud Provider KIND
run: |
- go install sigs.k8s.io/cloud-provider-kind@latest
+ go install sigs.k8s.io/[email protected]
Review Comment:
Based on what go releases have done, it doesn't seem to make sense for us to
be stuck with older versions, newer versions always include CVE security fixes
and runtime improvements.
Maybe we should upgrade it in a later PR.
--
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]