Update to golang 1.20
Good evening everybody,
this merge request aims to add golang 1.20 and set it as the global SlapOS default.
We should upgrade to Go 1.20, because Go 1.18 is already no longer supported. ("Each major Go release is supported until there are two newer major releases" [1]). Go 1.20 is the incremental improvement for earlier go 1.19 release. We skip Go 1.19, because it's also unsupported as soon as Go 1.21 is released (this is expected to happen in one month [2]). [1] https://go.dev/doc/devel/release [2] https://tip.golang.org/doc/go1.21
I run integration tests, no issue seems to be related with my patches (I compared with recent master integration tests, the erp5 tests seem to fail because apache isn't ready yet).
Is there any software which we want to keep at golang 1.18 or is there anything else which I missed?
Best Levin