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
It looks like Golang and/or MacOS have changed the APIs used for certain calls with newer versions, meaning that tsh v6.1.2 does not work on MacOS 10.11.6.
If we can find a reliable way to determine what the minimum version of MacOS supported by a given Golang version is, we should update our docs (and possibly download page) to include this information.
This may also be related to cgo and the build toolchain used on our MacOS build box - details below:
# sw_vers
ProductName: Mac OS X
ProductVersion: 10.15.7
BuildVersion: 19H15
The text was updated successfully, but these errors were encountered:
webvictim
changed the title
Add details on minimum MacOS version supported by a given teleport/tsh version
Add details on minimum MacOS version supported by a given teleport/tsh version
May 4, 2021
Originally posted by @joyshmitz in #6631
It looks like Golang and/or MacOS have changed the APIs used for certain calls with newer versions, meaning that
tsh
v6.1.2 does not work on MacOS 10.11.6.If we can find a reliable way to determine what the minimum version of MacOS supported by a given Golang version is, we should update our docs (and possibly download page) to include this information.
This may also be related to
cgo
and the build toolchain used on our MacOS build box - details below:The text was updated successfully, but these errors were encountered: