Skip to content

Commit 9dfadf5

Browse files
committed
Install up-to-date Go
1 parent a33dea1 commit 9dfadf5

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.circleci/config.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ version: 2.1
22

33
orbs:
44
go: circleci/go@3.0.2
5+
python: circleci/python@3.0.0
56
win: circleci/windows@5.1
67

78
commands:
@@ -453,8 +454,7 @@ jobs:
453454
docker:
454455
- image: rust:1.82
455456
executor:
456-
name: go/default
457-
tag: 1.23.4
457+
name: python/default
458458
steps:
459459
- checkout
460460
- run:
@@ -463,7 +463,13 @@ jobs:
463463
- restore_cache:
464464
keys:
465465
- cargocache-v2-package_cw_schema_codegen-rust:1.82-{{ checksum "Cargo.lock" }}
466-
- go/install
466+
- go/install:
467+
version: 1.23.4
468+
- python/install-packages:
469+
pkg-manager: pip
470+
- python/install-packages:
471+
args: pydantic
472+
pkg-manager: pip
467473
- run:
468474
name: Build
469475
working_directory: ~/project/packages/cw-schema-codegen

0 commit comments

Comments
 (0)