install go 14

This commit is contained in:
Thomas Hobson 2021-01-28 23:21:17 +13:00
parent aa3a1a239f
commit 3bcb96832d
No known key found for this signature in database
GPG Key ID: 9F1FD9D87950DB6F
1 changed files with 5 additions and 0 deletions

View File

@ -15,6 +15,11 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: '^1.14.14'
- name: Install Distrobuilder
run: |
sudo apt update