Skip to content

Commit

Permalink
Update release scripts to support go mod
Browse files Browse the repository at this point in the history
  • Loading branch information
caalberts committed Oct 26, 2018
1 parent 4931e88 commit ea1e514
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ jobs:
working_directory: /go/src/github.com/caalberts/localroast
steps:
- checkout
- run: go get -u github.com/golang/dep/cmd/dep
- run: dep ensure
- run: curl -sL https://git.io/goreleaser | bash

workflows:
Expand Down
3 changes: 3 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
project_name: localroast
before:
hooks:
- go mod download
builds:
- main: ./main.go
env:
Expand Down

0 comments on commit ea1e514

Please sign in to comment.