Skip to content

Commit

Permalink
Bump CircleCI instance size (#917)
Browse files Browse the repository at this point in the history
Related to #907
  • Loading branch information
MrAlias authored Jul 7, 2020
1 parent c219029 commit 808345c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
version: 2.1
executors:
current-go:
resource_class: medium+
resource_class: large
docker:
- image: cimg/go:1.14
prior-go:
resource_class: medium+
resource_class: large
docker:
- image: cimg/go:1.13

Expand Down

0 comments on commit 808345c

Please sign in to comment.