There was an error while loading. Please reload this page.
1 parent 6b1a0f7 commit afdf268Copy full SHA for afdf268
.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