Install Go too

This commit is contained in:
Tulir Asokan 2020-04-28 01:11:42 +03:00
parent eb17971aa9
commit 92d4279b21

View File

@ -7,7 +7,7 @@ build:
- .cache
before_script:
- apt-get update
- apt-get install -y git libolm-dev
- apt-get install -y git libolm-dev golang-go
- mkdir -p .cache
- export GOPATH="$CI_PROJECT_DIR/.cache"
script: