Senior
Which versions of Go do you program with and are you interested in new features?
sobes.tech AI
Answer from AI
I usually program with Go versions starting from 1.18 and above, as they include important innovations such as generics. Keeping up with new Go releases is important because the language is actively evolving: performance improvements, new standard libraries, and features are introduced.
For example, starting with Go 1.18, generics were introduced, allowing for more versatile and reusable code. In newer versions, error handling has been improved, and new functions have been added to the standard library.
I regularly read official release notes and experiment with new features to use them in projects where appropriate.