Roll Skia Infra from 228e9620e667 to 572e236a3608 (6 revisions)

https://skia.googlesource.com/buildbot.git/+log/228e9620e667..572e236a3608

2023-08-18 kjlubick@google.com [gold] Deploy frontend with login cycle fix
2023-08-18 jcgregorio@google.com [perf] Fix the populating of `window.perf` on some pages.
2023-08-18 cmumford@google.com [jsfiddle] Improved error messages and logging
2023-08-18 cmumford@google.com [jsfiddle] Fix GetCode documentation + `io.ReadAll` switch
2023-08-18 kjlubick@google.com Allow viewers and editors to see Gold
2023-08-18 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Skia Infra CIPD packages from f1d21dc58818 to 228e9620e667 (6 revisions)

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/infra-skia
Please CC jcgregorio@google.com,skiabot@google.com on the revert to ensure that a human
is aware of the problem.

To file a bug in Skia Infra: https://bugs.chromium.org/p/skia/issues/entry
To file a bug in Skia: https://bugs.chromium.org/p/skia/issues/entry

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md

Bug: chromium:1473091
Tbr: jcgregorio@google.com
Change-Id: I93ea0e892cd93b3e20da36c902bb4b18fc8fd046
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/745256
Bot-Commit: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
diff --git a/go_repositories.bzl b/go_repositories.bzl
index 9cea27f..4ec4145 100644
--- a/go_repositories.bzl
+++ b/go_repositories.bzl
@@ -3068,8 +3068,8 @@
     go_repository(
         name = "org_skia_go_infra",
         importpath = "go.skia.org/infra",
-        sum = "h1:+xV3BLrWZHvC2zZKWyk8kRV4N9TfZW4uZHXokDias1Y=",
-        version = "v0.0.0-20230817185840-228e9620e667",
+        sum = "h1:E677lbKPH/9kYCY6Gx2egAcqfwPA7J7hRccWBYHfkSc=",
+        version = "v0.0.0-20230818162532-572e236a3608",
     )
     go_repository(
         name = "org_uber_go_atomic",