mirror of
https://github.com/lxc/incus.git
synced 2026-02-05 09:46:19 +01:00
go.mod: Bump package major version
This is a rather annoying Go behavior where even though there is no API breakage at the Go API level, a major version change at the project level also requires a Go mod major change. The impact here is that anyone importing our package will now have to switch to import /v6 even though there is no Go API breakage for them to handle... Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
This commit is contained in: