Fix modulepath (#575)

If the module is released at major version 2 or higher, the module path must end with a major version suffix like /v2. This may or may not be part of the subdirectory name

See https://go.dev/ref/mod#module-path
This commit is contained in:
Pedro González Serrano
2025-02-02 22:07:37 +01:00
committed by GitHub
parent d36bd6d09a
commit dc6d781374

2
go.mod
View File

@@ -1,4 +1,4 @@
module github.com/komodorio/helm-dashboard module github.com/komodorio/helm-dashboard/v2
go 1.22 go 1.22