Replace directive in go.mod
causes package to not install correctly
#522
Labels
bug
Something isn't working
go.mod
causes package to not install correctly
#522
As of the v0.15.4 release the
go install github.com/k0sproject/k0sctl@latest
is no longer able to install thek0sctl
binary due to the use of thereplace
directive in thego.mod
file in L104.The text was updated successfully, but these errors were encountered: