Skip to content

Commit ef21f54

Browse files
authored
feat: update circleci config (#2503)
1 parent f02e58e commit ef21f54

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.circleci/config.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ orbs:
99
jobs:
1010
reversing-labs:
1111
docker:
12-
- image: cimg/go:1.21.13
12+
- image: cimg/go:1.23.0
13+
resource_class: large
1314
steps:
14-
- checkout
15+
- checkout
1516
- run:
1617
name: Install Python
1718
command: |

0 commit comments

Comments
 (0)