workflow: replace swapserverrpc in lit-setup

In order for the LiT CI jobs to use the `swapserverrpc` protos that
exist on the latest `master` version of the `loop` repo, we need to
update the `lit-setup` action to replace the litd `swapserverrpc`
dependency with the latest version that exists in the `loop` repo.
This commit is contained in:
Viktor Torstensson 2025-12-16 16:43:09 +01:00
parent c3f3199625
commit a0850f7e35
No known key found for this signature in database
GPG key ID: 961CC8259AE675D4

View file

@ -20,6 +20,7 @@ runs:
run: |
go mod edit -replace=github.com/lightninglabs/loop=../
go mod edit -replace=github.com/lightninglabs/loop/looprpc=../looprpc
go mod edit -replace=github.com/lightninglabs/loop/swapserverrpc=../swapserverrpc
go mod tidy
shell: bash