Skip to content

Commit

Permalink
Merge pull request #37 from pantheon-systems/codb-remove-goreleaser-pin
Browse files Browse the repository at this point in the history
remove goreleaser version pin, bug with packagecloud is fixed
  • Loading branch information
joemiller authored Nov 6, 2019
2 parents f9499a5 + 83e0a48 commit 1a96c15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ jobs:
xargs curl -o ~/autotag -L \
&& chmod 755 ~/autotag
- run: ~/autotag
#- run: curl -sL https://git.io/goreleaser | bash -s -- --parallelism=2
- run: curl -sL https://git.io/goreleaser | VERSION=v0.119.0 bash -s -- --parallelism=2
- run: curl -sL https://git.io/goreleaser | bash -s -- --parallelism=2
- store_artifacts:
path: /home/circleci/pauditd/dist
- persist_to_workspace:
Expand Down
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ require (
golang.org/x/sys v0.0.0-20181011152604-fa43e7bc11ba // indirect
gopkg.in/alexcesaro/statsd.v2 v2.0.0
)

go 1.13

0 comments on commit 1a96c15

Please sign in to comment.