Skip to content

Commit eee866b

Browse files
committed
Set version in executor not build, was getting latest instead of 1.35.0
1 parent 314b97f commit eee866b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.circleci/config.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,12 @@ executors:
44
parameters:
55
version:
66
type: string
7-
default: latest
7+
default: 1.35.0
88
docker:
99
- image: circleci/rust:<< parameters.version >>
1010
jobs:
1111
build:
1212
executor: docker
13-
parameters:
14-
version:
15-
type: string
16-
default: 1.35.0
1713
steps:
1814
- run:
1915
name: The First Step

0 commit comments

Comments
 (0)