Skip to content

Commit 434d799

Browse files
committed
Install up-to-date Go
1 parent a33dea1 commit 434d799

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,8 @@ 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
467468
- run:
468469
name: Build
469470
working_directory: ~/project/packages/cw-schema-codegen

0 commit comments

Comments
 (0)