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: I3e18320f1d1db12823268121e1b654c9ee826ead
Reviewed-on: https://go-review.googlesource.com/c/telemetry/+/611301
Auto-Submit: Gopher Robot <gobot@golang.org>
Reviewed-by: Robert Findley <rfindley@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
  • Loading branch information
gopherbot committed Sep 6, 2024
1 parent 94f817d commit 6d9f2eb
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions config/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -337,9 +337,11 @@
"go1.22.4",
"go1.22.5",
"go1.22.6",
"go1.22.7",
"go1.23rc1",
"go1.23rc2",
"go1.23.0"
"go1.23.0",
"go1.23.1"
],
"SampleRate": 1,
"Programs": [
Expand All @@ -348,7 +350,8 @@
"Versions": [
"go1.23rc1",
"go1.23rc2",
"go1.23.0"
"go1.23.0",
"go1.23.1"
],
"Counters": [
{
Expand All @@ -369,7 +372,8 @@
"Versions": [
"go1.23rc1",
"go1.23rc2",
"go1.23.0"
"go1.23.0",
"go1.23.1"
],
"Counters": [
{
Expand Down Expand Up @@ -427,8 +431,6 @@
"v0.16.1",
"v0.16.2-pre.1",
"v0.16.2-pre.2",
"v0.16.2-pre.3",
"v0.16.2-pre.4",
"v0.16.2",
"v0.16.3-pre.1",
"v0.16.3-pre.2",
Expand All @@ -455,6 +457,11 @@
"v0.16.7-pre.3",
"v0.16.7-pre.4",
"v0.16.7",
"v0.16.8-pre.1",
"v0.16.8-pre.2",
"v0.16.8-pre.3",
"v0.16.8-pre.4",
"v0.16.8",
"v0.17.0-pre.1",
"v0.17.0-pre.2",
"v0.17.0-pre.3",
Expand Down

0 comments on commit 6d9f2eb

Please sign in to comment.