You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/update-kubernetes-versions-list.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -43,4 +43,4 @@ jobs:
43
43
body: |
44
44
This PR was auto-generated by `make update-kubernetes-versions-list` using [update-kubernetes-versions-list.yml](https://github.com/kubernetes/minikube/tree/master/.github/workflows/update-kubernetes-versions-list.yml) CI Workflow.
45
45
The purpose of this ValidKubernetesVersions in the code is, to check a kuberentes version is valid without checking Github on first try
46
-
and if the version is not valid, it will check Github for the latest valid versions.
46
+
and if the version is not valid, it will check Github for the latest valid versions. this will save some unesccary network calls.
0 commit comments