Skip to content
This repository has been archived by the owner on Feb 7, 2020. It is now read-only.

Commit

Permalink
Merge pull request #32 from choria-io/132
Browse files Browse the repository at this point in the history
(misc) Release 1.3.2
  • Loading branch information
ripienaar authored Sep 6, 2019
2 parents 03c23ad + a1b50c6 commit 23605a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 1 addition & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,12 @@ version: 2
jobs:
build:
docker:
- image: circleci/golang:1.12
- image: circleci/golang:1.13

working_directory: /go/src/github.com/choria-io/go-protocol

environment:
GO111MODULE: "on"

steps:
- checkout

- run: go get github.com/onsi/ginkgo/ginkgo
- run: go mod vendor
- run: ginkgo -r -skipMeasurements .
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
|Date |Issue |Description |
|----------|------|---------------------------------------------------------------------------------------------------------|
|2019/09/06| |Release 1.3.2 |
|2019/07/24| |Make mocks available only during testing |
|2019/06/21| |Release 1.3.1 |
|2019/06/21| |Support `go mod` |
|2018/07/31| |Release 1.3.0 |
Expand Down

0 comments on commit 23605a1

Please sign in to comment.