We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6b1a0f7 + afdf268 commit fe4403bCopy full SHA for fe4403b
1 file changed
.circleci/config.yml
@@ -1317,6 +1317,7 @@ jobs:
1317
environment:
1318
CC: << parameters.c_compiler >>
1319
CGO_ENABLED: 1
1320
+ MACOSX_DEPLOYMENT_TARGET: 13.0
1321
command: make << parameters.make_target >> GOOS=<< parameters.go_target_os >> GOARCH=<< parameters.go_arch >>
1322
- save_cache:
1323
key: go-build-{{ arch }}-{{ checksum "cliv2/go.sum" }}
0 commit comments