Iris: How do i stop update check?

Created on 14 Sep 2017  Â·  1Comment  Â·  Source: kataras/iris

whenever i try to install iris thru dep i pop into this error -->
How do i stop it?

Now listening on: http://localhost:8080
Application started. Press CMD+C to shut down.
[WARN] 2017/09/14 23:27 A new version is available online[8.4.1 > 8.4.0].
Release notes: https://github.com/kataras/iris/blob/master/HISTORY.md#th-07-september-2017--v841
Update now?[y/n]: 
^C%                                                                                                                                                                                        

question

Most helpful comment

If you press n or no it will show you how to disable updates, you just pass the iris.WithoutVersionChecker option to your app.Run.

app.Run("localhost:8080", iris.WithoutVersionChecker)

>All comments

If you press n or no it will show you how to disable updates, you just pass the iris.WithoutVersionChecker option to your app.Run.

app.Run("localhost:8080", iris.WithoutVersionChecker)
Was this page helpful?
0 / 5 - 0 ratings

Related issues

hjzCy picture hjzCy  Â·  3Comments

fangli picture fangli  Â·  3Comments

yogeshlonkar picture yogeshlonkar  Â·  4Comments

stefanwuthrich picture stefanwuthrich  Â·  4Comments

rebootcode picture rebootcode  Â·  3Comments