Bump dependencies and go version (#87)

* Bump go dependencies

* Bump go version to 1.14
This commit is contained in:
Ben Schumacher 2020-02-28 17:25:13 +01:00 committed by GitHub
parent 282a8cf227
commit 8fb70ec7f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 23 additions and 18 deletions

View file

@ -2,7 +2,7 @@ version: 2.1
executors:
default:
docker:
- image: circleci/golang:1.12-node
- image: circleci/golang:1.14-node
jobs:
lint: