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
As part of this upgrade, I also upgrade golangci-lint to close#406. In
order to successfully install a newer golangci-lint locally, I had to
rip out the `hack/tools` workflow and run the linter in a container
instead. Per the golangci-lint docs, installing binaries or using a
container is preferred for local installation, and `go install` (which
is what the `hack/tools` workflow used) is not guaranteed to work:
https://golangci-lint.run/welcome/install/#install-from-source
What happened?
currently, metal-cli compilation is fine with [email protected] and [email protected] [email protected], but when we try with the latest Go version observe a below failure.
make failed with [email protected] [email protected]
How can we reproduce it?
updated your GO version to latest [email protected] and update the Line-29
[email protected] [email protected]
in Makefile runmake
in home directory of metal-cli.CLI version (
metal --version
):The text was updated successfully, but these errors were encountered: