diff --git a/README.md b/README.md index 4f331ff2..1a135d4f 100644 --- a/README.md +++ b/README.md @@ -252,7 +252,7 @@ Args: ### Compile and run from source -Install Go ≥ 1.12, download the repository, open a terminal in it and run: +Install Go ≥ 1.14, download the repository, open a terminal in it and run: ``` go run . ``` diff --git a/go.mod b/go.mod index 027a535f..cbd61ac5 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ -module rtsp-simple-server +module github.com/aler9/rtsp-simple-server -go 1.12 +go 1.14 require ( github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect