[CI] install go
All checks were successful
Build / Build (push) Successful in 16m40s

This commit is contained in:
Marius Alwan Meyer 2023-07-19 17:59:01 +02:00
parent 2cd9d3031f
commit 64fa7e3bcb

View File

@ -13,7 +13,8 @@ jobs:
run: |
apt-get update;
apt-get install --yes --no-install-recommends \
nodejs
nodejs \
golang-go
- name: Checkout
uses: actions/checkout@v3