authorgravatar for hello@nektro.netMeghan <hello@nektro.net> 2020-11-14 14:00:13 -08:00
committergravatar for hello@nektro.netMeghan <hello@nektro.net> 2020-11-14 14:00:13 -08:00
log766af13fc830794816a9f3560e705843d0e26be7
treeced6a78e15fcfe6937696dfc75ed97c230c15cd0
parentb922e43f3de9a841683f1458ad43d27a001f40d4

circleci- init submodules after checkout


1 files changed, 1 insertions(+), 0 deletions(-)

.circleci/config.yml+1
...@@ -10,6 +10,7 @@ jobs:...@@ -10,6 +10,7 @@ jobs:
10 - run: apk update10 - run: apk update
11 - run: apk add git11 - run: apk add git
12 - checkout12 - checkout
13 - run: git submodule update --init --recursive
1314
14 - run: apk add go15 - run: apk add go
15 - run: go version16 - run: go version