Merge pull request #6015 from guggero/submodule-check

GitHub: use go version that understands retract directive
This commit is contained in:
Oliver Gugger
2021-11-23 11:56:20 +01:00
committed by GitHub

View File

@@ -116,6 +116,11 @@ jobs:
with:
fetch-depth: 0
- name: setup go ${{ env.GO_VERSION }}
uses: actions/setup-go@v2
with:
go-version: '${{ env.GO_VERSION }}'
- name: fetch and rebase on master
run: |
git remote add upstream https://github.com/lightningnetwork/lnd