Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Go v1.21.4 builds - v1.22 breaks compatibility #2074

Closed
Darthagnon opened this issue Jun 4, 2024 · 2 comments
Closed

Go v1.21.4 builds - v1.22 breaks compatibility #2074

Darthagnon opened this issue Jun 4, 2024 · 2 comments
Labels
wontfix This will not be worked on

Comments

@Darthagnon
Copy link

4c2de9f bumps the Golang version to v1.22. Golang v1.21.4 is the last version that works with Windows 7 / Server 2008 hosts. I know it's an unsupported operating system, but is it necessary to break compatbility? Will compatibility be dropped in future for Windows 10 after it loses support next year? I fear for the long-term usefulness of the project. zrok is still built with Golang v1.21

@qrkourier
Copy link
Member

Hey @Darthagnon, I'll let others comment on whether it has to be 1.22, but I'm wondering if your use case would allow running Ziti in Docker or WSL. I think those could provide reverse proxy to Windows services, at least, but not client proxy.

@plorenz
Copy link
Member

plorenz commented Jun 12, 2024

We only support operating system which are receiving security updates.

The benefits to us keeping up with recent Go releases are:

  1. Performance improvements for users
  2. Bug fixes and security fixes
  3. Improved development velocity as we can use new Go features
  4. No limitations in which libraries we can use (as many libraries also use newer go versions)

We do keep the SDK a few versions back, as libraries generally need to be more accommodating than binaries.

If you'd like to continue discussing this topic, please do so on the discourse: https://openziti.discourse.group/

@plorenz plorenz closed this as completed Jun 12, 2024
@plorenz plorenz added the wontfix This will not be worked on label Jun 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

3 participants