chore: Update dependency versions#794
Conversation
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
03f98b7 to
736bd05
Compare
Signed-off-by: Andrii Korotkov <andrii.korotkov@verkada.com>
736bd05 to
7354a14
Compare
Signed-off-by: Andrii Korotkov <andrii.korotkov@verkada.com>
|
I think the Bazel build can use Go 1.23 by explicitly pulling in the right version using rules_go. In Probably ok to also bump the bazel module deps too, rules_go to 0.53.0 and gazelle to 0.42.0. With the explicit Go 1.23 SDK it should then be possible to update all the go deps including bringing |
Signed-off-by: Andrii Korotkov <andrii.korotkov@verkada.com>
|
@johnbartholomew, it worked! Thank you! |
Bump go and dependencies to the versions close to the latest.