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
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.
The text was updated successfully, but these errors were encountered:
StefMa
changed the title
Adjust go.mod file by lowing go and introducing toolchain
Adjust go.mod file by lowering go and introducing toolchainMay 24, 2024
Right now we are using
go 1.22.2
See
summaraizer/go.mod
Line 3 in 5aef0aa
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.The text was updated successfully, but these errors were encountered: