Skip to content

Commit

Permalink
config: regenerate upload config
Browse files Browse the repository at this point in the history
This is an automated CL which updates the generated upload config.

Change-Id: Ib0129dd2db93dcd3a9a4118be44f5a178063206f
Reviewed-on: https://go-review.googlesource.com/c/telemetry/+/605415
Reviewed-by: Robert Findley <[email protected]>
LUCI-TryBot-Result: Go LUCI <[email protected]>
Auto-Submit: Gopher Robot <[email protected]>
Reviewed-by: Hongxiang Jiang <[email protected]>
Reviewed-by: Peter Weinberger <[email protected]>
  • Loading branch information
gopherbot committed Aug 14, 2024
1 parent 51f101b commit eb87b98
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions config/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -338,15 +338,17 @@
"go1.22.5",
"go1.22.6",
"go1.23rc1",
"go1.23rc2"
"go1.23rc2",
"go1.23.0"
],
"SampleRate": 1,
"Programs": [
{
"Name": "cmd/compile",
"Versions": [
"go1.23rc1",
"go1.23rc2"
"go1.23rc2",
"go1.23.0"
],
"Counters": [
{
Expand All @@ -366,7 +368,8 @@
"Name": "cmd/go",
"Versions": [
"go1.23rc1",
"go1.23rc2"
"go1.23rc2",
"go1.23.0"
],
"Counters": [
{
Expand Down

0 comments on commit eb87b98

Please sign in to comment.