Saturday, July 6, 2024
HomeGolangFor every Go model what's the minimal growth requirement and vary of...

For every Go model what’s the minimal growth requirement and vary of Deployment targets? – Releases


The way to know the Deployment goal model for working my go binary.
Kindly refer the under web page for Xcode – Help – Apple Developer, the place they clearly talked about the minimal requirement for dev env and vary of Deployment targets
Binary construct with a selected Xcode model will run from which model to which model.
(Binary constructed with Xcode 16 beta will run in macOS 10.13-15)

However I’m little confused whereas referring the under doc. Are they mentioning the event setting or the deployment goal vary.
Go Wiki: Minimal Necessities – The Go Programming Language

For mac customers right here is the pattern query
If I constructed a go binary in Mac os 10.15 with go model 1.21.
Will this binary run in macOS 10.12
If the reply isn’t any, Please let me As a consequence of what purpose it gained’t work? like is it will depend on Go model or the Construct machine model (10.15)
If the reply is sure, kindly enlighten me the way it works.

For Home windows customers,
If I construct a go binary in Home windows 10 with go model 1.21
will it run in Home windows 7?

Based mostly on the responses we are able to proceed this convo additional. :slight_smile:

Go makes use of cross-compilation which is included into compilers’ toolchain. It doesn’t matter what growth setting you utilize, till the goal helps the go model talked about on wiki web page (you might have the hyperlink in your submit). E.g. I’m compiling my linux binaries on my Mac arm machine with out troubles.

RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Most Popular

Recent Comments