We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f55c336 commit f3911cfCopy full SHA for f3911cf
1 file changed
.circleci/config.yml
@@ -9,7 +9,7 @@ jobs:
9
working_directory: /go/src/github.com/meinto/glow
10
steps:
11
- checkout
12
- - run: go get -d github.com/gobuffalo/packr/v2/packr2
+ - run: go install github.com/gobuffalo/packr/v2/packr2
13
- run: curl -sL https://git.io/goreleaser | bash
14
# - persist_to_workspace:
15
# root: .
0 commit comments