mirror of
https://github.com/Azure/setup-kubectl.git
synced 2026-05-23 05:55:52 +00:00
Update stableVersionUrl to dl.k8s.io (#190)
This commit is contained in:
parent
b011c9c1e8
commit
42b5b7bc56
3 changed files with 3 additions and 4 deletions
|
|
@ -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})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue