Try go 1.13 to see if this fixes failing builds

This commit is contained in:
Neil Alexander 2019-10-24 10:13:59 +01:00
parent 5ca81f916e
commit 51fe1940c5
No known key found for this signature in database
GPG Key ID: A02A2019A2BB0944

View File

@ -5,7 +5,7 @@ version: 2.1
jobs:
build-linux:
docker:
- image: circleci/golang:1.13.3
- image: circleci/golang:1.13
steps:
- checkout