Skip to content

Update go module format to 1.18

Alessio Caiazza requested to merge go-mod-1.18 into master

What does this MR do and why?

Bump minimum go version to 1.18

This changes the go.mod format, introducing explicit transitive dependencies and allowing support for module graph pruning and lazy module loading.

Author Check-list

  • Has documentation been updated?
Edited by Alessio Caiazza

Merge request reports