Skip to content

Commit ed9f7b9

Browse files
committed
Update stable.txt url
1 parent 067bc0b commit ed9f7b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/check-conformance-test-suite-docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ echo "GITHUB_WORKSPACE=$GITHUB_WORKSPACE"
1212
function init_settings() {
1313
TEST_SUITE_DOCUMENT="unchecked"
1414

15-
STABLE_VERSION="$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)"
15+
STABLE_VERSION="$(curl -s https://dl.k8s.io/release/stable.txt)"
1616
echo "STABLE_VERSION: $STABLE_VERSION"
1717

1818
RELEASE_VERSION="$(echo "$STABLE_VERSION" | awk -F '.' '{print $1 "." $2}').0"

0 commit comments

Comments
 (0)