mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-20 13:34:32 +01:00
GitHub: bump pinned dependency for grpc
This commit is contained in:
parent
63382faec1
commit
93c4b678be
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -295,14 +295,14 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
pinned_dep:
|
||||
- google.golang.org/grpc v1.41.0
|
||||
- google.golang.org/grpc v1.53.0
|
||||
- github.com/golang/protobuf v1.5.2
|
||||
|
||||
steps:
|
||||
- name: git checkout
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: ensure dependences at correct version
|
||||
- name: ensure dependencies at correct version
|
||||
run: if ! grep -q "${{ matrix.pinned_dep }}" go.mod; then echo dependency ${{ matrix.pinned_dep }} should not be altered ; exit 1 ; fi
|
||||
|
||||
########################
|
||||
|
|
Loading…
Add table
Reference in a new issue