File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
packages/cw-schema-codegen/tests/go-e2e Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 11version : 2.1
22
33orbs :
4+ go : circleci/go@3.0.2
45 win : circleci/windows@5.1
56
67commands :
@@ -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.23.4
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
Original file line number Diff line number Diff line change 11module cosmwasm.com/cosmwasm-codegen/e2e
22
3- go 1.23.4
3+ go 1.23
44
55require github.com/cosmos/cosmos-sdk v0.50.11
66
You can’t perform that action at this time.
0 commit comments