Skip to content

Commit a278227

Browse files
author
ferguss
committed
Update CircleCI config: specify Go version 1.18 for macOS executor
1 parent e96b898 commit a278227

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ jobs:
2323
condition:
2424
equal: [ *macos-executor, << parameters.executor >> ]
2525
steps:
26-
- go/install
26+
- go/install:
27+
version: "1.18"
2728
- go/load-mod-cache
2829
- go/mod-download
2930
- go/save-mod-cache

0 commit comments

Comments
 (0)