You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting the following errors when building my go program.
# command-line-arguments
ld: warning: object file (/var/folders/yy/16g_7s717l358cwmrh87jc4w0000gn/T/go-link-1414785648/000012.o) was built for newer macOS version (12.0) than being linked (11.3)
ld: warning: object file (/var/folders/yy/16g_7s717l358cwmrh87jc4w0000gn/T/go-link-1414785648/000013.o) was built for newer macOS version (12.0) than being linked (11.3)
ld: warning: object file (/var/folders/yy/16g_7s717l358cwmrh87jc4w0000gn/T/go-link-1414785648/000014.o) was built for newer macOS version (12.0) than being linked (11.3)
ld: warning: object file (/var/folders/yy/16g_7s717l358cwmrh87jc4w0000gn/T/go-link-1414785648/000015.o) was built for newer macOS version (12.0) than being linked (11.3)
ld: warning: object file (/var/folders/yy/16g_7s717l358cwmrh87jc4w0000gn/T/go-link-1414785648/000016.o) was built for newer macOS version (12.0) than being linked (11.3)
ld: warning: object file (/var/folders/yy/16g_7s717l358cwmrh87jc4w0000gn/T/go-link-1414785648/000017.o) was built for newer macOS version (12.0) than being linked (11.3)
ld: warning: object file (/var/folders/yy/16g_7s717l358cwmrh87jc4w0000gn/T/go-link-1414785648/000018.o) was built for newer macOS version (12.0) than being linked (11.3)
ld: warning: object file (/var/folders/yy/16g_7s717l358cwmrh87jc4w0000gn/T/go-link-1414785648/000019.o) was built for newer macOS version (12.0) than being linked (11.3)
ld: warning: object file (/var/folders/yy/16g_7s717l358cwmrh87jc4w0000gn/T/go-link-1414785648/000020.o) was built for newer macOS version (12.0) than being linked (11.3)
I'm getting the following errors when building my go program.
macOS version
Go env
Minimun reproducible example
The text was updated successfully, but these errors were encountered: