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

update min go version #721

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

update min go version #721

wants to merge 1 commit into from

Conversation

kung-foo
Copy link
Member

Update min go version to 1.21

@kung-foo kung-foo marked this pull request as ready for review April 22, 2024 09:06
@kung-foo kung-foo self-assigned this Apr 22, 2024
Signed-off-by: jonathan <github@jonathan.camp>
@diericd
Copy link
Contributor

diericd commented May 30, 2024

Just thought I'd mention this will probably break windows 7 compatiblity.

Best regards!

@kung-foo
Copy link
Member Author

Currently the repo states "We support the current and previous major Go release". But your point is still valid.

Do you guys have stats on where your code runs? Our distinct (Windows) environments where I see our code running is:

Microsoft Windows Server 2012 R2 Datacenter 6.3.9600 Build 9600
Microsoft Windows Server 2016 Standard 10.0.14393 Build 14393
Microsoft Windows Server 2019 Datacenter 10.0.17763 Build 17763
Microsoft Windows Server 2019 Standard 10.0.17763 Build 17763
Microsoft Windows Server 2022 Datacenter 10.0.20348 Build 20348
Microsoft Windows Server 2022 Datacenter Azure Edition 10.0.20348 Build 20348
Microsoft Windows Server 2022 Standard 10.0.20348 Build 20348

@kung-foo
Copy link
Member Author

Heh, I'm like "who is still running server 2012?". Turns out it is an old test system of ours that is still running :)

@danomagnum
Copy link

Would it make sense to add a release (not selected as the latest release) tagged like "gov20" or something before applying the change?

Then you could do like go get github.com/gopcua/opcua@gov20 and stay locked on the last release for a given go version.

@kung-foo
Copy link
Member Author

I don't think we need a separate tag as long as we indicate it in the changelog and readme. Users are free to pin v0.5.3 as the last version supporting the older Windows versions.

@diericd
Copy link
Contributor

diericd commented Jun 1, 2024

I agree. Those bumping into this issue should quickly find their way towards the correct version.

We just bumped into the limitation for windows 7 support at some clients with some legacy hardware as our software was built with go 1.22. You'll find a lot of legacy OSes in a lot of industries. We've switched back to 1.20 for now.

Currently the repo states "We support the current and previous major Go release". But your point is still valid.

Do you guys have stats on where your code runs? Our distinct (Windows) environments where I see our code running is:

Microsoft Windows Server 2012 R2 Datacenter 6.3.9600 Build 9600
Microsoft Windows Server 2016 Standard 10.0.14393 Build 14393
Microsoft Windows Server 2019 Datacenter 10.0.17763 Build 17763
Microsoft Windows Server 2019 Standard 10.0.17763 Build 17763
Microsoft Windows Server 2022 Datacenter 10.0.20348 Build 20348
Microsoft Windows Server 2022 Datacenter Azure Edition 10.0.20348 Build 20348
Microsoft Windows Server 2022 Standard 10.0.20348 Build 20348

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants