mirror of
https://github.com/burrowers/garble.git
synced 2025-12-24 12:58:05 +08:00
Use go install instead of garble install
garble install command does not exist
This commit is contained in:
committed by
Daniel Martí
parent
23c8641855
commit
66bdc8b124
2
main.go
2
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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user