Fix golang lint
What it does
In thge Makefile, the golang linter is old and fails whern used locaaly :
> make lint
(...)
ERRO Can't read config: can't unmarshal config by viper: 1 error(s) decoding:
* 'Version' expected a map, got 'string'
make: *** [Makefile:82: lint] Error 3
The present MR fixes this failure failure and ensure it will not happen again
- Set the golang linter version to the same one as in the CI
- Track its version
Test
- Local
make lintworks - The regex tests is here
Edited by vladimir braquet