Skip to content

Commit

Permalink
bump runtime versions
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 584685842
Change-Id: I63752b10eb3849a3142df95239b6047bd63c7e2c
  • Loading branch information
jahjahbin authored and copybara-github committed Nov 22, 2023
1 parent ff58f4f commit 8613991
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions builders/dotnet/acceptance/runtime.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ gae_runtimes = {
gcf_runtimes = {
"dotnet": "",
"dotnet3": "3.1.426",
"dotnet6": "6.0.416",
"dotnet6": "6.0.417",
"dotnet8": "8.0.100",
}

flex_runtimes = {
"dotnet6": "6.0.416",
"dotnet6": "6.0.417",
"dotnet8": "8.0.100",
}
12 changes: 6 additions & 6 deletions builders/go/acceptance/runtime.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ gae_runtimes = {
"go116": "1.16.15",
"go118": "1.18.10",
"go119": "1.19.13",
"go120": "1.20.10",
"go121": "1.21.3",
"go120": "1.20.11",
"go121": "1.21.4",
}

gcf_runtimes = {
Expand All @@ -23,13 +23,13 @@ gcf_runtimes = {
"go116": "1.16.15",
"go118": "1.18.10",
"go119": "1.19.13",
"go120": "1.20.10",
"go121": "1.21.3",
"go120": "1.20.11",
"go121": "1.21.4",
}

flex_runtimes = {
"go118": "1.18.10",
"go119": "1.19.13",
"go120": "1.20.10",
"go121": "1.21.3",
"go120": "1.20.11",
"go121": "1.21.4",
}

0 comments on commit 8613991

Please sign in to comment.