diff --git a/main.go b/main.go index 1dd2fb5..fb3cfe6 100644 --- a/main.go +++ b/main.go @@ -306,7 +306,7 @@ func goVersionOK() bool { if semver.Compare(builtVersionSemver, sharedCache.GoVersionSemver) < 0 { fmt.Fprintf(os.Stderr, ` garble was built with %q and is being used with %q; rebuild it with a command like: - garble install mvdan.cc/garble@latest + go install mvdan.cc/garble@latest `[1:], builtVersionFull, toolchainVersionFull) return false }