Roll Skia Infra from 20e090196af1 to be34d55f8744 (5 revisions)

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

2022-11-24 lovisolo@google.com Add loggingtracer Go package, which allows logging trace.StartSpan() and span.End() calls.
2022-11-23 borenet@google.com [am] Respect newlines in alert description fields
2022-11-23 borenet@google.com [datahopper] Speculative fix for goroutine leak
2022-11-23 jcgregorio@google.com Remove lag when updating a machine's Swarming dimensions after a test finishes.
2022-11-23 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Skia Infra CIPD packages from 8d5d6fd45a13 to 20e090196af1 (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: I087b479e9e739e1566f2ce0ad3b12963029301f9
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/609816
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Bot-Commit: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
diff --git a/go.mod b/go.mod
index 35529d8..14ee6df 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-20221122195240-20e090196af1
+	go.skia.org/infra v0.0.0-20221124014721-be34d55f8744
 	google.golang.org/api v0.74.0
 	google.golang.org/protobuf v1.28.0
 )
diff --git a/go.sum b/go.sum
index 26676fd..970b971 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-20221122195240-20e090196af1 h1:Om3LQt+5IhsI3O29f7ueAYUhCr5R8To7CCaCQf0f6ek=
-go.skia.org/infra v0.0.0-20221122195240-20e090196af1/go.mod h1:nupNrLpgt2pYv+nhfdenV6eU/eEwH4Qbjwk1WfsQQNA=
+go.skia.org/infra v0.0.0-20221124014721-be34d55f8744 h1:pi6fHb0qRFBK1MhuVqFeRgmZtu14e9ylyi4ny2uVleE=
+go.skia.org/infra v0.0.0-20221124014721-be34d55f8744/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 29b680b..9285ed9 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:Om3LQt+5IhsI3O29f7ueAYUhCr5R8To7CCaCQf0f6ek=",
-        version = "v0.0.0-20221122195240-20e090196af1",
+        sum = "h1:pi6fHb0qRFBK1MhuVqFeRgmZtu14e9ylyi4ny2uVleE=",
+        version = "v0.0.0-20221124014721-be34d55f8744",
     )
     go_repository(
         name = "org_uber_go_atomic",