bump min golang ver to 1.18 (#2412)

This commit is contained in:
Meisam
2022-12-06 23:31:08 +01:00
committed by GitHub
parent a0933da8d1
commit 1558834df2
6 changed files with 9 additions and 7 deletions

View File

@@ -89,7 +89,7 @@ The Owncast backend is a service written in Go.
1. Ensure you have pre-requisites installed.
- C compiler, such as [GCC compiler](https://gcc.gnu.org/install/download.html) or a [Musl-compatible compiler](https://musl.libc.org/)
- [ffmpeg](https://ffmpeg.org/download.html)
1. Install the [Go toolchain](https://golang.org/dl/) (1.17 or above).
1. Install the [Go toolchain](https://golang.org/dl/) (1.18 or above).
1. Clone the repo. `git clone https://github.com/owncast/owncast`
1. `go run main.go` will run from source.
1. Visit `http://yourserver:8080` to access the web interface or `http://yourserver:8080/admin` to access the admin.