From b8e08cbe0506b2f4e1dbee011ae65b6078572cd4 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Fri, 23 Jun 2023 01:53:10 -0400 Subject: [PATCH] ci: add source for gvm --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 612ae4c..ac750c7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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