mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 09:05:55 +00:00
Use xlarge executor in CircleCI
This commit is contained in:
parent
12e6534244
commit
ecbb5b2a0d
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ executors:
|
|||
default: "1.14"
|
||||
docker:
|
||||
- image: circleci/golang:<< parameters.version >>
|
||||
resource_class: xlarge
|
||||
working_directory: /go/src/github.com/pilosa/pilosa
|
||||
environment:
|
||||
GO111MODULE: "on" # TODO: Only needed for Go <1.13, remove when dropping support for 1.11/1.12.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue