authorgravatar for hello@nektro.netMeghan <hello@nektro.net> 2020-11-11 21:26:24 -08:00
committergravatar for hello@nektro.netMeghan <hello@nektro.net> 2020-11-11 21:26:24 -08:00
log41a98d785a582bf16f3ced0e369365fcd3210398
treeaad4dea5c7c3c0886c3d18625a9d20b7da90c0c8
parenta82bf7359291d11493a5aa23b99be1bebda990b5

circleci- switch to using alpine image


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

.circleci/config.yml+3-1
......@@ -5,9 +5,11 @@ jobs:
55 build:
66 working_directory: /home/circleci/zigmod
77 docker:
8 - image: circleci/golang:1.14
8 - image: alpine:edge
99 steps:
1010 - checkout
11
12 - run: apk add go
1113 - run: go version
1214 - run: go env
1315 - run: go get -v .