From a9a5bc1cd77efbd46ab92792495c39ad3249254d Mon Sep 17 00:00:00 2001 From: aler9 <46489434+aler9@users.noreply.github.com> Date: Tue, 6 Oct 2020 09:23:20 +0200 Subject: [PATCH] upgrade go version --- README.md | 2 +- go.mod | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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