Skip to content

Commit

Permalink
Circle :(
Browse files Browse the repository at this point in the history
  • Loading branch information
abice committed Oct 6, 2018
1 parent 8bd9d5b commit 6c3514e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
golang_1.10:
working_directory: /go/src/github.com/abice/go-enum
docker:
- image: circleci/golang:1.10.1
- image: circleci/golang:1.10
steps:
- checkout
- run: *installgodeps
Expand Down Expand Up @@ -72,4 +72,5 @@ workflows:
build_and_test:
jobs:
- golang_1.9
- golang_1.10.1
- golang_1.10
- golang_1.11

0 comments on commit 6c3514e

Please sign in to comment.