Skip to content

Bump go.mod module version to v13

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

Go mod is a bit picky on major versions as discussed upstream the proper way to handle major version bumps will be by bumping the version at the package name level.

This MR bumps the module, the makefile as well as every import.

Fixes #3177 (closed)

Merge request reports