Merge pull request #177 from ethereum/ci-go111

Circle CI: Test Go 1.11
This commit is contained in:
Paweł Bylica 2019-01-15 14:21:37 +01:00 committed by GitHub
commit 88d792c809
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -122,6 +122,11 @@ jobs:
- image: circleci/golang:1.9
steps: *bindings-go-steps
bindings-go-1.11:
docker:
- image: circleci/golang:1.11
steps: *bindings-go-steps
workflows:
version: 2
@ -130,6 +135,7 @@ workflows:
- lint
- build
- build-clang-3.8
- bindings-go-1.11
- bindings-go-1.10
- bindings-go-1.9
- test-docs