golang upgraded to recent version to fix compilation problems
golang, postgresql upgraded to recent version.
@kirr can you have a look ?
Looks more or less ok to me. While upgrading golang I was also testing it on our helloworld software (see component/helloweb). Please upgade golang on helloweb too. Also as we are no longer using golang16 anywhere - imho it is better to drop it. I suggest not to mix commits doing unrelated actions and do step-by-step.
@kirr I change
I suggest not to mix commits doing unrelated actions and do step-by-step.
Ok I'll split them
Added 47 commits:
- 9101f2f4...fcb6321b - 44 commits from branch
master
- 440794e7 - golang: upgrade to recent version, drop golang version 1.6
- f2cdb71b - postgrasql: version up to 9.2.23
- 3532906f - gitlab, helloweb: use golang version 1.9
Toggle commit list- 9101f2f4...fcb6321b - 44 commits from branch
@kirr golang 1.5 seems not used too, I remove it too ?
Yes, please drop the versions that are both:
- not used anywhere in slapos.git tree, and
- are not supported anymore according to golang release policy: https://golang.org/doc/devel/release.html#policy
When you remove a version include in the commit message the reason you do so, e.g.:
golang: Goodbye go1.5 Go1.5 is not used anywhere in slapos tree and neither this version is supported by upstream release policy https://golang.org/doc/devel/release.html#policy anymore. So let's retire it.
something like that.
@kirr I'm going to merge now
@alain.takoudjou ok. Thanks for upgrading it.