mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-14 12:43:03 +02:00
go.mod: downgrade deps for litd release
lnd v0.19.3-beta tapd v0.6.1 go 1.23.12 Remove docs generators as cli-docs depends on Go 1.24.
This commit is contained in:
parent
ded8ab5975
commit
633eb69df8
10 changed files with 24 additions and 305 deletions
20
.github/workflows/main.yml
vendored
20
.github/workflows/main.yml
vendored
|
|
@ -103,26 +103,6 @@ jobs:
|
|||
- name: lint
|
||||
run: make lint
|
||||
|
||||
########################
|
||||
# Verify documentation
|
||||
########################
|
||||
docs-check:
|
||||
name: verify that auto-generated documentation is up-to-date
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: git checkout
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: setup go ${{ env.GO_VERSION }}
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: '~${{ env.GO_VERSION }}'
|
||||
|
||||
- name: check
|
||||
run: make docs-check
|
||||
|
||||
########################
|
||||
# run unit tests
|
||||
########################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue