From 2fd26e814b03b025f91172cfc92b511d1df42dbd Mon Sep 17 00:00:00 2001 From: Mahmood Ali Date: Fri, 18 Oct 2019 08:51:17 -0400 Subject: [PATCH] adjust circleci scripts to use official golang image --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ff423dd90..ae6151dd8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -109,8 +109,8 @@ jobs: GOPATH: /go steps: - checkout + - run: apt-get update; apt-get install -y shellcheck sudo unzip - install-protoc - - run: sudo apt-get update && sudo apt-get install shellcheck - run: make deps lint-deps - run: make check - run: make checkscripts @@ -135,6 +135,7 @@ jobs: GOTESTARCH: "<< parameters.goarch >>" steps: - checkout + - run: apt-get update; apt-get install -y shellcheck sudo unzip - run: make deps - install-protoc - install-consul