Skip to content

Commit

Permalink
Updated build step for circleci.
Browse files Browse the repository at this point in the history
  • Loading branch information
BogdanHabic committed Nov 8, 2018
1 parent cbe7352 commit be5199e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ jobs:
- image: circleci/golang:1.11.2
steps:
- checkout
- run: go get ./...
- run: curl -sL https://git.io/goreleaser | bash
workflows:
version: 2
Expand Down

0 comments on commit be5199e

Please sign in to comment.