Skip to content

Commit 29ff18e

Browse files
committed
config: temporarily allow 'devel' go version
Many Go team members testing telemetry use gopls built with the go built from tip. Updates golang/go#62271 Change-Id: I892b052a599a6f72911c56ddd534572c6086dab7 Reviewed-on: https://go-review.googlesource.com/c/telemetry/+/534476 LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Peter Weinberger <[email protected]>
1 parent 90469f0 commit 29ff18e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config/config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,8 @@
312312
"go1.21.0",
313313
"go1.21.1",
314314
"go1.21.2",
315-
"go1.21.3"
315+
"go1.21.3",
316+
"devel"
316317
],
317318
"Programs": [
318319
{

0 commit comments

Comments
 (0)