use bigger circleci machines

This commit is contained in:
Friedel Ziegelmayer 2019-11-08 21:39:40 +01:00 committed by GitHub
parent 12e23c289b
commit f89f6e50e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,7 @@ executors:
golang:
docker:
- image: circleci/golang:1.13
resource_class: 2xlarge
commands:
install-deps:
@ -155,7 +156,7 @@ jobs:
workflows:
version: 2
version: 2.1
ci:
jobs:
- lint-changes: