Roll Skia Infra from 8d5d6fd45a13 to 20e090196af1 (2 revisions)

https://skia.googlesource.com/buildbot.git/+log/8d5d6fd45a13..20e090196af1

2022-11-22 jcgregorio@google.com [machine] Interrogating iOS device requires getting the OS Version.
2022-11-22 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Skia Infra CIPD packages from abac90684d1d to 8d5d6fd45a13 (2 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 borenet@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: None
Tbr: borenet@google.com
Change-Id: I44f8f1f2fa53525bfbe53ef595dab9cd9d812df5
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/609336
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.mod b/go.mod
index 732de6e..35529d8 100644
--- a/go.mod
+++ b/go.mod
@@ -12,7 +12,7 @@
 	github.com/klauspost/compress v1.11.3 // indirect
 	github.com/stretchr/testify v1.7.0
 	go.chromium.org/luci v0.0.0-20201121231857-b9ab316d7198 // indirect
-	go.skia.org/infra v0.0.0-20221121204239-8d5d6fd45a13
+	go.skia.org/infra v0.0.0-20221122195240-20e090196af1
 	google.golang.org/api v0.74.0
 	google.golang.org/protobuf v1.28.0
 )
diff --git a/go.sum b/go.sum
index 44d3ecc..26676fd 100644
--- a/go.sum
+++ b/go.sum
@@ -993,8 +993,8 @@
 go.opentelemetry.io/otel/sdk/metric v0.20.0/go.mod h1:knxiS8Xd4E/N+ZqKmUPf3gTTZ4/0TjTXukfxjzSTpHE=
 go.opentelemetry.io/otel/trace v0.20.0/go.mod h1:6GjCW8zgDjwGHGa6GkyeB8+/5vjT16gUEi0Nf1iBdgw=
 go.opentelemetry.io/proto/otlp v0.7.0/go.mod h1:PqfVotwruBrMGOCsRd/89rSnXhoiJIqeYNgFYFoEGnI=
-go.skia.org/infra v0.0.0-20221121204239-8d5d6fd45a13 h1:cKJ1ffePw+q36tevP3O3iS4DB7yMf3iOOSbUBTuDxwA=
-go.skia.org/infra v0.0.0-20221121204239-8d5d6fd45a13/go.mod h1:nupNrLpgt2pYv+nhfdenV6eU/eEwH4Qbjwk1WfsQQNA=
+go.skia.org/infra v0.0.0-20221122195240-20e090196af1 h1:Om3LQt+5IhsI3O29f7ueAYUhCr5R8To7CCaCQf0f6ek=
+go.skia.org/infra v0.0.0-20221122195240-20e090196af1/go.mod h1:nupNrLpgt2pYv+nhfdenV6eU/eEwH4Qbjwk1WfsQQNA=
 go.starlark.net v0.0.0-20200306205701-8dd3e2ee1dd5/go.mod h1:nmDLcffg48OtT/PSW0Hg7FvpRQsQh5OSqIylirxKC7o=
 go.uber.org/atomic v1.3.2/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE=
 go.uber.org/atomic v1.4.0/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE=
diff --git a/go_repositories.bzl b/go_repositories.bzl
index c4f2ea2..29b680b 100644
--- a/go_repositories.bzl
+++ b/go_repositories.bzl
@@ -4063,8 +4063,8 @@
     go_repository(
         name = "org_skia_go_infra",
         importpath = "go.skia.org/infra",
-        sum = "h1:cKJ1ffePw+q36tevP3O3iS4DB7yMf3iOOSbUBTuDxwA=",
-        version = "v0.0.0-20221121204239-8d5d6fd45a13",
+        sum = "h1:Om3LQt+5IhsI3O29f7ueAYUhCr5R8To7CCaCQf0f6ek=",
+        version = "v0.0.0-20221122195240-20e090196af1",
     )
     go_repository(
         name = "org_uber_go_atomic",