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:
matrix:
go-version:
- "1.6"
- "1.7"
- "1.8"
- "1.9"
- "1.10"
- "1.11"
- "1.12"

View File

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