We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2f3f3e commit 3f7aefcCopy full SHA for 3f7aefc
.circleci/config.yml
@@ -0,0 +1,10 @@
1
+version: 2
2
+jobs:
3
+ build:
4
+ docker:
5
+ - image: circleci/golang:1.11
6
+ environment:
7
+ GO111MODULE: "ON"
8
+ working_directory: /go/src/github.com/meinto/glow
9
+ steps:
10
+ - checkout
0 commit comments