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