Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do i stop update check? #749

Closed
Shashwatsh opened this issue Sep 14, 2017 · 1 comment
Closed

How do i stop update check? #749

Shashwatsh opened this issue Sep 14, 2017 · 1 comment

Comments

@Shashwatsh
Copy link

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%                                                                                                                                                                                        

@kataras
Copy link
Owner

kataras commented Sep 15, 2017

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants