Drop support for Golang < 1.10

This commit is contained in:
Joachim Bauch 2020-08-28 17:02:03 +02:00
parent eeb3d356af
commit 7a50e2da93
Failed to extract signature
2 changed files with 1 additions and 5 deletions

View file

@ -13,10 +13,6 @@ jobs:
strategy: strategy:
matrix: matrix:
go-version: go-version:
- "1.6"
- "1.7"
- "1.8"
- "1.9"
- "1.10" - "1.10"
- "1.11" - "1.11"
- "1.12" - "1.12"

View file

@ -15,7 +15,7 @@ The following tools are required for building the signaling server.
- curl - curl
- git - git
- go >= 1.6 - go >= 1.10
- make - make
- python3 - python3