install go 14
This commit is contained in:
parent
aa3a1a239f
commit
3bcb96832d
|
@ -15,6 +15,11 @@ jobs:
|
||||||
- name: Checkout Repository
|
- name: Checkout Repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
|
- name: Install Go
|
||||||
|
uses: actions/setup-go@v2
|
||||||
|
with:
|
||||||
|
go-version: '^1.14.14'
|
||||||
|
|
||||||
- name: Install Distrobuilder
|
- name: Install Distrobuilder
|
||||||
run: |
|
run: |
|
||||||
sudo apt update
|
sudo apt update
|
||||||
|
|
Loading…
Reference in New Issue