Update stableVersionUrl to dl.k8s.io (#190)

This commit is contained in:
Chitoku
2025-09-08 23:00:19 +09:00
committed by GitHub
parent b011c9c1e8
commit 42b5b7bc56
3 changed files with 3 additions and 4 deletions
+1 -2
View File
@@ -12,8 +12,7 @@ import {
const kubectlToolName = 'kubectl'
const stableKubectlVersion = 'v1.15.0'
const stableVersionUrl =
'https://storage.googleapis.com/kubernetes-release/release/stable.txt'
const stableVersionUrl = 'https://dl.k8s.io/release/stable.txt'
export async function run() {
let version = core.getInput('version', {required: true})