No longer support Golang 1.17.

While it might still compile with 1.17, it's no longer tested through CI
and at some point, features that require 1.18 will be used.
This commit is contained in:
Joachim Bauch 2023-02-08 08:40:41 +01:00
parent cb68e074bb
commit a34f3b6093
No known key found for this signature in database
GPG key ID: 77C1D22D53E15F02
3 changed files with 1 additions and 4 deletions

View file

@ -24,7 +24,6 @@ jobs:
strategy:
matrix:
go-version:
- "1.17"
- "1.18"
- "1.19"
- "1.20"
@ -72,7 +71,6 @@ jobs:
strategy:
matrix:
go-version:
- "1.17"
- "1.18"
- "1.19"
- "1.20"

View file

@ -26,7 +26,6 @@ jobs:
strategy:
matrix:
go-version:
- "1.17"
- "1.18"
- "1.19"
- "1.20"

View file

@ -17,7 +17,7 @@ information on the API of the signaling server.
The following tools are required for building the signaling server.
- git
- go >= 1.17
- go >= 1.18 (usually the last three versions of go are supported)
- make
- protobuf-compiler >= 3