1
0
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:
Stéphane Graber
2024-04-05 11:09:55 -04:00
parent 5a0a7153a8
commit bf519f9ab2

2
go.mod
View File

@@ -1,4 +1,4 @@
module github.com/lxc/incus
module github.com/lxc/incus/v6
go 1.21