install go in ci

This commit is contained in:
Felix Ableitner 2024-05-03 12:18:08 +02:00
parent 303cf00257
commit b48cb982d6

View file

@ -229,7 +229,7 @@ steps:
DO_WRITE_HOSTS_FILE: "1"
commands:
- *install_pnpm
- apt update && apt install -y bash curl postgresql-client
- apt update && apt install -y bash curl postgresql-client go tinygo
- bash api_tests/prepare-drone-federation-test.sh
- cd api_tests/
- pnpm i