File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- 8.6 .0
1+ 9.2 .0
Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ jobs:
1313 env :
1414 BAZEL : bazelisk-linux-amd64
1515 steps :
16- - uses : actions/checkout@v6
16+ - uses : actions/checkout@v7
1717 with :
1818 submodules : recursive
1919 - name : Mount bazel cache
20- uses : actions/cache@v4
20+ uses : actions/cache@v6
2121 with :
2222 path : " ~/.cache/bazel"
2323 key : bazel-${{ runner.os }}-build-${{ hashFiles('**/*.bzl', '**/*.bazel') }}
Original file line number Diff line number Diff line change @@ -6,7 +6,8 @@ toolchain go1.26.1
66
77require (
88 bitbucket.org/creachadair/stringset v0.0.14
9- github.com/cenkalti/backoff/v4 v4.3.0
9+ github.com/cenkalti/backoff/v4 v4.1.1
10+ github.com/cenkalti/backoff/v7 v7.0.0
1011 github.com/golang/glog v1.2.5
1112 github.com/google/go-cmp v0.7.0
1213 github.com/kylelemons/godebug v1.1.0
Original file line number Diff line number Diff line change @@ -5,9 +5,11 @@ cloud.google.com/go v0.34.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMT
55github.com/BurntSushi/toml v0.3.1 /go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU =
66github.com/OneOfOne/xxhash v1.2.2 /go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU =
77github.com/antihax/optional v1.0.0 /go.mod h1:uupD/76wgC+ih3iEmQUL+0Ugr19nfwCT1kdvxnR2qWY =
8+ github.com/cenkalti/backoff/v4 v4.1.1 h1:G2HAfAmvm/GcKan2oOQpBXOd2tT2G57ZnZGWa1PxPBQ =
89github.com/cenkalti/backoff/v4 v4.1.1 /go.mod h1:scbssz8iZGpm3xbr14ovlUdkxfGXNInqkPWOWmG2CLw =
910github.com/cenkalti/backoff/v4 v4.3.0 h1:MyRJ/UdXutAwSAT+s3wNd7MfTIcy71VQueUuFK343L8 =
1011github.com/cenkalti/backoff/v4 v4.3.0 /go.mod h1:Y3VNntkOUPxTVeUxJ/G5vcM//AlwfmyYozVcomhLiZE =
12+ github.com/cenkalti/backoff/v7 v7.0.0 /go.mod h1:qcKBGwsu4hpxHtQ8tWYsQ+ifzx2+sS+Xx/3jfe30lI8 =
1113github.com/census-instrumentation/opencensus-proto v0.2.1 /go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU =
1214github.com/cespare/xxhash v1.1.0 h1:a6HrQnmkObjyL+Gs60czilIUGqrzKutQD6XZog3p+ko =
1315github.com/cespare/xxhash v1.1.0 /go.mod h1:XrSqR1VqqWfGrhpAt58auRo0WTKS1nRRg3ghfAqPWnc =
You can’t perform that action at this time.
0 commit comments