mirror of
https://github.com/getsops/sops.git
synced 2026-02-05 12:45:21 +01:00
Upgrade sops to go 1.13 (#566)
This commit is contained in:
@@ -25,7 +25,7 @@ func PrintVersion(c *cli.Context) {
|
||||
out += fmt.Sprintf("\n[warning] failed to compare current version with latest: %v\n", err)
|
||||
}
|
||||
if outdated {
|
||||
out += fmt.Sprintf("\n[info] sops %s is available, update with `go get -u go.mozilla.org/sops/cmd/sops`\n", upstreamVersion)
|
||||
out += fmt.Sprintf("\n[info] sops %s is available, update with `go get -u go.mozilla.org/sops/v3/cmd/sops`\n", upstreamVersion)
|
||||
} else {
|
||||
out += " (latest)\n"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user