1
0
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:
AJ Bahnken
2019-11-18 10:06:58 -08:00
committed by GitHub
parent 00ded41207
commit 8e21de8dbc
43 changed files with 179 additions and 170 deletions

View File

@@ -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"
}