mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-20 13:34:32 +01:00
GitHub: use go version that understands retract directive
As is customary with new GitHub actions, they don't work on first attempt if you don't test them *sigh* We need to use a more recent version of golang than is pre-installed to avoid the "unknown directive: retract" error message.
This commit is contained in:
parent
fd22aab52e
commit
260094cf07
1 changed files with 5 additions and 0 deletions
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue