Bump the Circle CI build job to an resource_class of xlarge (#722)

This commit is contained in:
Sargun Dhillon
2019-09-01 23:11:11 -07:00
committed by Pires
parent 9443e32ae7
commit 9a461a61ad

View File

@@ -1,6 +1,7 @@
version: 2
jobs:
validate:
resource_class: xlarge
docker:
- image: circleci/golang:1.12
environment:
@@ -23,6 +24,7 @@ jobs:
command: scripts/validate/gomod.sh
test:
resource_class: xlarge
docker:
- image: circleci/golang:1.12
environment: