Skip to content

Commit 1b2bcfb

Browse files
committed
Add Go orb
1 parent 44419dc commit 1b2bcfb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.circleci/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
version: 2.1
22

33
orbs:
4+
go: circleci/go@3.0.2
45
win: circleci/windows@5.1
56

67
commands:
@@ -451,6 +452,9 @@ jobs:
451452
package_cw_schema_codegen:
452453
docker:
453454
- image: rust:1.82
455+
executor:
456+
name: go/default
457+
tag: 1.20.8
454458
steps:
455459
- checkout
456460
- run:
@@ -459,6 +463,7 @@ jobs:
459463
- restore_cache:
460464
keys:
461465
- cargocache-v2-package_cw_schema_codegen-rust:1.82-{{ checksum "Cargo.lock" }}
466+
- go/install
462467
- run:
463468
name: Build
464469
working_directory: ~/project/packages/cw-schema-codegen

0 commit comments

Comments
 (0)