Skip to content

Commit

Permalink
internal change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 574279401
Change-Id: I1a44a2df03a85190c579cf15e9fa12c70c6ce728
  • Loading branch information
kennethye1 authored and copybara-github committed Oct 17, 2023
1 parent 873f779 commit 69f0809
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions builders/go/acceptance/runtime.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ gae_runtimes = {
"go118": "1.18.10",
"go119": "1.19.13",
"go120": "1.20.10",
"go121": "1.21.1",
"go121": "1.21.3",
}

gcf_runtimes = {
Expand All @@ -24,5 +24,5 @@ gcf_runtimes = {
"go118": "1.18.10",
"go119": "1.19.13",
"go120": "1.20.10",
"go121": "1.21.1",
"go121": "1.21.3",
}
8 changes: 4 additions & 4 deletions builders/nodejs/acceptance/runtime.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ gae_runtimes = {
"nodejs12": "12.22.12",
"nodejs14": "14.21.3",
"nodejs16": "16.20.2",
"nodejs18": "18.18.1",
"nodejs20": "20.8.0",
"nodejs18": "18.18.2",
"nodejs20": "20.8.1",
}

gcf_runtimes = {
Expand All @@ -20,6 +20,6 @@ gcf_runtimes = {
"nodejs12": "12.22.12",
"nodejs14": "14.21.3",
"nodejs16": "16.20.2",
"nodejs18": "18.18.1",
"nodejs20": "20.8.0",
"nodejs18": "18.18.2",
"nodejs20": "20.8.1",
}

0 comments on commit 69f0809

Please sign in to comment.