mirror of
https://github.com/lightningnetwork/lnd.git
synced 2026-08-20 13:27:27 +02:00
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:
parent
07f2d1aa06
commit
54688752f3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue