Add and fix forbidigo
This commit is contained in:
parent
c4d4c9c4e4
commit
db8be91d8b
4 changed files with 3 additions and 4 deletions
|
@ -72,6 +72,7 @@ func main() {
|
|||
}
|
||||
res, err := latest.Check(githubTag, cli.Version)
|
||||
if err == nil && res.Outdated {
|
||||
//nolint
|
||||
fmt.Printf(
|
||||
"An updated version of Headscale has been found (%s vs. your current %s). Check it out https://github.com/juanfont/headscale/releases\n",
|
||||
res.Current,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue