We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ac3de07 + 59421d5 commit 044e3e3Copy full SHA for 044e3e3
.circleci/config.yml
@@ -0,0 +1,10 @@
1
+version: 2.1
2
+jobs:
3
+ build:
4
+ docker:
5
+ - image: circleci/golang:1.14
6
+ working_directory: /go/src/github.com/{{ORG_NAME}}/{{REPO_NAME}}
7
+ steps:
8
+ - checkout
9
+ - run: go get -v -t -d ./...
10
+ - run: go test -v ./...
0 commit comments