You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> go version
go version go1.20.5 darwin/arm64
> go install github.com/k3d-io/k3d/v5@v5.5.1
go: github.com/k3d-io/k3d/v5@v5.5.1 (in github.com/k3d-io/k3d/v5@v5.5.1):
The go.mod file for the module providing named packages contains one or
more replace directives. It must not contain directives that would cause
it to be interpreted differently than if it were the main module.
I can successfully install version 5.5.0: go install github.com/k3d-io/k3d/v5@v5.5.0. The version 5.5.1 cannot be install due to adding this replace directive in that release:
What did you do
Cannot install k3d via
go install
command:I can successfully install version 5.5.0:
go install github.com/k3d-io/k3d/v5@v5.5.0
. The version 5.5.1 cannot be install due to adding this replace directive in that release:source: v5.5.0...v5.5.1#diff-33ef32bf6c23acb95f5902d7097b7a1d5128ca061167ec0716715b0b9eeaa5f6R40
What did you expect to happen
k3d will be installed
Which OS & Architecture
MacOS Ventura 13.4.1 (Apple silicon M2 Max)
The text was updated successfully, but these errors were encountered: