Skip to content

Commit

Permalink
Fix CI (#64)
Browse files Browse the repository at this point in the history
* Show diff before failure

* Update to go1.13
  • Loading branch information
bradleyjkemp authored Dec 4, 2019
1 parent 09f1d12 commit 3da58ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ orbs:
jobs:
check-dependencies:
docker:
- image: circleci/golang:1.12
- image: circleci/golang:1.13
steps:
- checkout
- run: go mod verify
- run: git diff
- run: git diff --quiet && echo "Working directory clean" || (echo "Working directory not clean"; exit 1)

unit-tests:
Expand Down

0 comments on commit 3da58ba

Please sign in to comment.