diff --git a/FAQ.md b/FAQ.md index f9e9f26f..3d612ccc 100644 --- a/FAQ.md +++ b/FAQ.md @@ -21,10 +21,10 @@ Add a `badge` to your open-source projects powered by [Iris](https://iris-go.com ## How to upgrade ```sh -go get github.com/kataras/iris@v11.2.0 +go get -u github.com/kataras/iris/v12@latest ``` -Go version 1.12 and above is required. +Go version 1.13 and above is required. ## Learning