We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44419dc commit 1b2bcfbCopy full SHA for 1b2bcfb
.circleci/config.yml
@@ -1,6 +1,7 @@
1
version: 2.1
2
3
orbs:
4
+ go: circleci/go@3.0.2
5
win: circleci/windows@5.1
6
7
commands:
@@ -451,6 +452,9 @@ jobs:
451
452
package_cw_schema_codegen:
453
docker:
454
- image: rust:1.82
455
+ executor:
456
+ name: go/default
457
+ tag: 1.20.8
458
steps:
459
- checkout
460
- run:
@@ -459,6 +463,7 @@ jobs:
463
- restore_cache:
464
keys:
461
465
- cargocache-v2-package_cw_schema_codegen-rust:1.82-{{ checksum "Cargo.lock" }}
466
+ - go/install
462
467
468
name: Build
469
working_directory: ~/project/packages/cw-schema-codegen
0 commit comments