cmd/gopherbot: update early in cycle email link
This change updates the email link used when pinging issues labelled as
early-in-cycle.
Change-Id: Ibe4fdba3b8c4e7baef407f48b93427988e3a82a8
Reviewed-on: https://go-review.googlesource.com/c/build/+/393374
Trust: Carlos Amedee <carlos@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
diff --git a/cmd/gopherbot/gopherbot.go b/cmd/gopherbot/gopherbot.go
index cdfc72a..e0d7909 100644
--- a/cmd/gopherbot/gopherbot.go
+++ b/cmd/gopherbot/gopherbot.go
@@ -834,7 +834,7 @@
// for general Go 1.x development. Update the openTreeURLs map appropriately when
// running this task.
openTreeURLs := map[string]string{
- "1.17": "https://groups.google.com/g/golang-dev/c/VNJFUxHWLHo/m/PBmGdYqoAAAJ",
+ "1.19": "https://groups.google.com/g/golang-dev/c/VUYaPdUR7tk/m/2p72cURQAwAJ",
}
if url, ok := openTreeURLs[nextMajor]; !ok {
return fmt.Errorf("openTreeURLs[%q] is missing a value, please fill it in", nextMajor)