ci: add source for gvm

This commit is contained in:
Derrick Hammer 2023-06-23 01:53:10 -04:00
parent 8ffceebb84
commit b8e08cbe05
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ workflows:
- run:
command: >
bash < <(curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer)
source ~/.gvm/scripts/gvm
gvm install go1.4
gvm use go1.4 --default
gvm install go1.4