Skip to content

Commit

Permalink
internal/chartconfig: add missing commas between buckets
Browse files Browse the repository at this point in the history
A subsequent CL will fix the parsing/validation to ensure that this
would have been caught. For now, let's unbreak the config.

Updates golang/go#67244

Change-Id: I0a867cd7f4547085e6d027f486a069ff8a4e2c4f
Reviewed-on: https://go-review.googlesource.com/c/telemetry/+/585376
Reviewed-by: Michael Matloob <[email protected]>
Reviewed-by: Hyang-Ah Hana Kim <[email protected]>
LUCI-TryBot-Result: Go LUCI <[email protected]>
Auto-Submit: Robert Findley <[email protected]>
  • Loading branch information
findleyr committed May 14, 2024
1 parent 7d78a97 commit 3148d7a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions internal/chartconfig/config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,13 @@ program: cmd/go
version: go1.23rc1
---
counter: go/build/flag/buildmode:{
archive
c-archive
c-shared
default
exe
pie
shared
archive,
c-archive,
c-shared,
default,
exe,
pie,
shared,
plugin
}
title: cmd/go buildmode values
Expand Down

0 comments on commit 3148d7a

Please sign in to comment.