Skip to content

Commit a33dea1

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

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
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.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

packages/cw-schema-codegen/tests/go-e2e/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module cosmwasm.com/cosmwasm-codegen/e2e
22

3-
go 1.23.4
3+
go 1.23
44

55
require github.com/cosmos/cosmos-sdk v0.50.11
66

0 commit comments

Comments
 (0)