diff --git a/.circleci/config.yml b/.circleci/config.yml index a2328c0..628d4de 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,7 +6,7 @@ jobs: build: docker: # specify the version - - image: circleci/golang:1.9 + - image: circleci/golang:1.10 # Specify service dependencies here if necessary # CircleCI maintains a library of pre-built images @@ -22,5 +22,4 @@ jobs: - checkout # specify any bash command here prefixed with `run: ` - - run: go get -v -t -d ./... - - run: go test -v ./... + - run: sh build.sh