Thumbnail

rani/matterbridge.git

Clone URL: https://git.buni.party/rani/matterbridge.git

commit 874e6f340830ad547810f89d4777ee173b1d17d3 Author: Wim <wim@42.be> Date: Sun Oct 17 00:35:44 2021 +0000 Need to update to Go 1.17 because of gopackage/ddp dependency (#1611) diff --git a/.github/workflows/development.yml b/.github/workflows/development.yml index fb958d2..ff7313c 100644 --- a/.github/workflows/development.yml +++ b/.github/workflows/development.yml @@ -167 +167 @@ jobs:   test-build-upload: strategy: matrix: - go-version: [1.16.x, 1.17.x] + go-version: [1.17.x] platform: [ubuntu-latest] runs-on: ${{ matrix.platform }} steps: diff --git a/README.md b/README.md index 41005f7..c01c8c6 100644 --- a/README.md +++ b/README.md @@ -1807 +1807 @@ To install or upgrade just download the latest [binary](https://github.com/42wim  Most people just want to use binaries, you can find those [here](https://github.com/42wim/matterbridge/releases/latest)    If you really want to build from source, follow these instructions: -Go 1.13+ is required. Make sure you have [Go](https://golang.org/doc/install) properly installed. +Go 1.17+ is required. Make sure you have [Go](https://golang.org/doc/install) properly installed.    ```bash  go get github.com/42wim/matterbridge