upgrade go version

This commit is contained in:
aler9 2020-10-06 09:23:20 +02:00
parent 7d802066bf
commit a9a5bc1cd7
2 changed files with 3 additions and 3 deletions

View File

@ -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 .
```

4
go.mod
View File

@ -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