Update CircleCI to use Go 1.12 on other

This commit is contained in:
Neil Alexander 2019-03-13 18:51:00 +00:00
parent 8ddadce699
commit 14afb8881e
No known key found for this signature in database
GPG Key ID: A02A2019A2BB0944

View File

@ -119,7 +119,7 @@ jobs:
build-other:
docker:
- image: circleci/golang:1.11
- image: circleci/golang:1.12
steps:
- checkout