Update go.mod/go.sum, go back to 1.13.3 circleci image again

This commit is contained in:
Neil Alexander 2019-10-24 10:16:52 +01:00
parent 51fe1940c5
commit ee644c47e8
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944
3 changed files with 20 additions and 28 deletions

View file

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