mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-22 13:06:27 +02:00
install go 14
This commit is contained in:
parent
aa3a1a239f
commit
3bcb96832d
1 changed files with 5 additions and 0 deletions
5
.github/workflows/lxc-build.yml
vendored
5
.github/workflows/lxc-build.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue