Skip to content

Commit cb033ce

Browse files
[Ubuntu] Upgrade Kotlin to latest (#12608)
1 parent 4eb5758 commit cb033ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

images/ubuntu/scripts/build/install-kotlin.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
source $HELPER_SCRIPTS/install.sh
1010

1111
KOTLIN_ROOT="/usr/share"
12-
download_url=$(resolve_github_release_asset_url "JetBrains/kotlin" "contains(\"kotlin-compiler\") and endswith(\".zip\")" "2.1.10")
12+
download_url=$(resolve_github_release_asset_url "JetBrains/kotlin" "contains(\"kotlin-compiler\") and endswith(\".zip\")" "latest")
1313
archive_path=$(download_with_retry "$download_url")
1414

1515
# Supply chain security - Kotlin

images/ubuntu/scripts/tests/Tools.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ Describe "Kotlin" {
387387
}
388388

389389
It "kotlinc-js" {
390-
"kotlinc-js -version" | Should -ReturnZeroExitCode
390+
"kotlinc-js -help" | Should -ReturnZeroExitCode
391391
}
392392
}
393393

0 commit comments

Comments
 (0)