ci: update pinned grpc dependency to v1.79.1

In this commit, we update the CI workflow pinned dependency check
for google.golang.org/grpc from v1.59.0 to v1.79.1. While btcwallet
only requires v1.73.0, we upgrade to the latest stable release for
bug fixes and improvements.
This commit is contained in:
Olaoluwa Osuntokun 2026-03-04 18:29:40 -08:00
parent 07f2d1aa06
commit 54688752f3

View file

@ -548,7 +548,7 @@ jobs:
fail-fast: false
matrix:
pinned_dep:
- google.golang.org/grpc v1.59.0
- google.golang.org/grpc v1.79.1
- github.com/golang/protobuf v1.5.4
steps: