mirror of
https://github.com/actions/runner-images.git
synced 2025-12-13 12:48:18 +00:00
[Ubuntu] Upgrade Kotlin to latest (#12608)
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
source $HELPER_SCRIPTS/install.sh
|
source $HELPER_SCRIPTS/install.sh
|
||||||
|
|
||||||
KOTLIN_ROOT="/usr/share"
|
KOTLIN_ROOT="/usr/share"
|
||||||
download_url=$(resolve_github_release_asset_url "JetBrains/kotlin" "contains(\"kotlin-compiler\") and endswith(\".zip\")" "2.1.10")
|
download_url=$(resolve_github_release_asset_url "JetBrains/kotlin" "contains(\"kotlin-compiler\") and endswith(\".zip\")" "latest")
|
||||||
archive_path=$(download_with_retry "$download_url")
|
archive_path=$(download_with_retry "$download_url")
|
||||||
|
|
||||||
# Supply chain security - Kotlin
|
# Supply chain security - Kotlin
|
||||||
|
|||||||
@@ -387,7 +387,7 @@ Describe "Kotlin" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
It "kotlinc-js" {
|
It "kotlinc-js" {
|
||||||
"kotlinc-js -version" | Should -ReturnZeroExitCode
|
"kotlinc-js -help" | Should -ReturnZeroExitCode
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user