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

Adjust go.mod file by lowering go and introducing toolchain #26

Open
StefMa opened this issue May 24, 2024 · 0 comments
Open

Adjust go.mod file by lowering go and introducing toolchain #26

StefMa opened this issue May 24, 2024 · 0 comments

Comments

@StefMa
Copy link
Collaborator

StefMa commented May 24, 2024

Right now we are using go 1.22.2
See

go 1.22.2

This means that this project can only be used with at least go 1.22.2.
Since this is (right now) the latest Go version not many projects can use it.

Why doing this? We don't need it 🙃
We might not use "newer" features available in this Go version.

We can lower this version but using toolchain go1.22.2 to use the latest go version to compile the code.

@StefMa StefMa changed the title Adjust go.mod file by lowing go and introducing toolchain Adjust go.mod file by lowering go and introducing toolchain May 24, 2024
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

No branches or pull requests

1 participant