summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorWim <wim@42.be>2021-10-17 00:35:44 +0200
committerGitHub <noreply@github.com>2021-10-17 00:35:44 +0200
commit7551b4e7a35e20cb18f9ba88dc0f787adbd33877 (patch)
tree1e065b80234ee6dc45f3b460c6f3dd9489e812c3 /.github
parent61bab22dde8e3abd2e1cbeb57d1f7a8d28ef95f8 (diff)
downloadmatterbridge-msglm-7551b4e7a35e20cb18f9ba88dc0f787adbd33877.tar.gz
matterbridge-msglm-7551b4e7a35e20cb18f9ba88dc0f787adbd33877.tar.bz2
matterbridge-msglm-7551b4e7a35e20cb18f9ba88dc0f787adbd33877.zip
Need to update to Go 1.17 because of gopackage/ddp dependency (#1611)
Diffstat (limited to '.github')
-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 fb958d2f..ff7313cf 100644
--- a/.github/workflows/development.yml
+++ b/.github/workflows/development.yml
@@ -16,7 +16,7 @@ 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: