Skip to content

Commit ef92c6f

Browse files
committed
[release-branch.go1.11] godoc/dl: add dmitshur, katiehockman to binary upload whitelist
This is for uploading Go release binaries to dl.google.com with x/build/cmd/release. Updates golang/go#28893 Updates golang/go#27953 Change-Id: Idc9e5d5c4cf4c1e5602b51cc1159c982038c7901 Reviewed-on: https://go-review.googlesource.com/138879 Reviewed-by: Ian Lance Taylor <[email protected]> Reviewed-by: Katie Hockman <[email protected]> (cherry picked from commit b71db7f) Reviewed-on: https://go-review.googlesource.com/c/150598 Reviewed-by: Brad Fitzpatrick <[email protected]>
1 parent 927e542 commit ef92c6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

godoc/dl/dl.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ Nothing to see here; <a href="https://golang.org/dl/#%s">move along</a>.
480480

481481
func validUser(user string) bool {
482482
switch user {
483-
case "adg", "bradfitz", "cbro", "andybons", "valsorda":
483+
case "adg", "bradfitz", "cbro", "andybons", "valsorda", "dmitshur", "katiehockman":
484484
return true
485485
}
486486
return false

0 commit comments

Comments
 (0)