client: update isolated client

Also updated update script for http://shortn/_12dSOxBIcA

https://chromium.googlesource.com/infra/infra/+log/39e30a8e09cd882e2efa3291d1e333cff4260ae2..f85f669f1a6d3877b7960ebc4f13627ef625d15d/DEPS

f85f669f1a Roll luci-go from ce44c56eb40d to ca04aca21808 (2 revisions)
1fa53c8987 Roll luci-go from 3fc616f994ed to ce44c56eb40d (1 revision)
2251b548f9 Roll luci-go from ded2642bc113 to 3fc616f994ed (1 revision)
e00ef69495 Roll luci-go from bb7485b6a9d4 to ded2642bc113 (1 revision)
72831362c7 Roll luci-go from a7c420a3c498 to bb7485b6a9d4 (2 revisions)
c3d44f70fd Roll luci-go from 88266cc8d34a to a7c420a3c498 (1 revision)
b442ba2a02 Roll luci-go from eda6acf60f95 to 88266cc8d34a (1 revision)
2132e30bf6 Roll luci-go from 81ec3cec8049 to eda6acf60f95 (1 revision)
59501fd198 Roll luci-go from 7f136f5383c0 to 81ec3cec8049 (1 revision)
565d1a8ca5 Roll luci-go from 67ed6230acf8 to 7f136f5383c0 (1 revision)
a2bfc56055 Roll luci-go from 024304f42379 to 67ed6230acf8 (1 revision)
8637b7b0a0 Roll luci-go from 88b3eca655d0 to 024304f42379 (1 revision)
650e8c120c Roll luci-go from 78a57a839005 to 88b3eca655d0 (1 revision)
95ea3b7f52 Roll luci-go from 1d2b92958ecc to 78a57a839005 (3 revisions)
201b82958b Roll luci-go from 23d692c89070 to 1d2b92958ecc (1 revision)
0302871c78 Roll luci-go from e855e8ac01c9 to 23d692c89070 (1 revision)
4a1fcd42cd Roll luci-go from ffe8cbd3b253 to e855e8ac01c9 (1 revision)
1946ecc457 Roll luci-go from cfea99911f68 to ffe8cbd3b253 (2 revisions)
3fb78e446a Roll luci-go from e0d01a43ca93 to cfea99911f68 (1 revision)
70d8e29078 Roll luci-go from 0b50a19c523b to e0d01a43ca93 (1 revision)
ce1c423d60 Roll luci-go from 1019f18d024e to 0b50a19c523b (1 revision)
d2f7a7a840 Roll luci-go from 6acad52be003 to 1019f18d024e (1 revision)

Bug: 1045281
Change-Id: I60e5e3c457bac762973e95b169e13ee1620f1eb9
Reviewed-on: https://chromium-review.googlesource.com/c/infra/luci/luci-py/+/2212003
Auto-Submit: Takuto Ikuta <tikuta@chromium.org>
Commit-Queue: Takuto Ikuta <tikuta@chromium.org>
Commit-Queue: Ye Kuang <yekuang@google.com>
Reviewed-by: Ye Kuang <yekuang@google.com>
Cr-Mirrored-From: https://chromium.googlesource.com/infra/luci/luci-py
Cr-Mirrored-Commit: bfc8e16589ff7b6a106172dc560eeb11d3d85f14
diff --git a/run_isolated.py b/run_isolated.py
index f99dae6..31442c9 100755
--- a/run_isolated.py
+++ b/run_isolated.py
@@ -116,7 +116,7 @@
 # Or take revision from
 # https://ci.chromium.org/p/infra-internal/g/infra-packagers/console
 ISOLATED_PACKAGE = 'infra/tools/luci/isolated/${platform}'
-ISOLATED_REVISION = 'git_revision:39e30a8e09cd882e2efa3291d1e333cff4260ae2'
+ISOLATED_REVISION = 'git_revision:f85f669f1a6d3877b7960ebc4f13627ef625d15d'
 
 # Keep synced with task_request.py
 CACHE_NAME_RE = re.compile(r'^[a-z0-9_]{1,4096}$')
diff --git a/update_isolated.sh b/update_isolated.sh
index a128672..db245f1 100755
--- a/update_isolated.sh
+++ b/update_isolated.sh
@@ -14,7 +14,7 @@
 # get newer revision and log.
 pushd ../..
 git fetch
-filter="Roll infra/go/src/go.chromium.org/luci "
+filter="Roll luci-go from "
 target_revision=$(git log --grep "${filter}" --oneline -n 1 \
                       --pretty=format:"%H" origin/master DEPS)
 logs=$(git --no-pager log --grep "${filter}" --no-decorate \