summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQais Patankar <qaisjp@gmail.com>2021-02-17 20:14:21 +0000
committerGitHub <noreply@github.com>2021-02-17 21:14:21 +0100
commit668e7407e697d33751d24b84dfb98e23dd1ea260 (patch)
tree6917d082055727d2218036b1a183670e5782e813
parentc147ba1da1d4d5f181c4de796e414a72248447cc (diff)
downloadmatterbridge-msglm-668e7407e697d33751d24b84dfb98e23dd1ea260.tar.gz
matterbridge-msglm-668e7407e697d33751d24b84dfb98e23dd1ea260.tar.bz2
matterbridge-msglm-668e7407e697d33751d24b84dfb98e23dd1ea260.zip
Change workflow from go 1.16.0-rc1 to go 1.16.x (#1406)
-rw-r--r--.github/workflows/development.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/development.yml b/.github/workflows/development.yml
index 451901c8..958d9b99 100644
--- a/.github/workflows/development.yml
+++ b/.github/workflows/development.yml
@@ -16,7 +16,7 @@ jobs:
test-build-upload:
strategy:
matrix:
- go-version: [1.14.x, 1.15.x, 1.16.0-rc1]
+ go-version: [1.14.x, 1.15.x, 1.16.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps: