We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6e3b30b + d74c987 commit 88533d5Copy full SHA for 88533d5
packages/deb/build.go
@@ -289,7 +289,7 @@ func getCRIToolsLatestVersion() (string, error) {
289
}
290
291
func getLatestKubeCIBuild() (string, error) {
292
- return fetchVersion("https://dl.k8s.io/ci-cross/latest.txt")
+ return fetchVersion("https://dl.k8s.io/ci/latest.txt")
293
294
295
func getCIBuildsDownloadLinkBase(_ version) (string, error) {
@@ -298,7 +298,7 @@ func getCIBuildsDownloadLinkBase(_ version) (string, error) {
298
return "", err
299
300
301
- return fmt.Sprintf("https://dl.k8s.io/ci-cross/v%s", latestCiVersion), nil
+ return fmt.Sprintf("https://dl.k8s.io/ci/v%s", latestCiVersion), nil
302
303
304
func getReleaseDownloadLinkBase(v version) (string, error) {
0 commit comments