Merge pull request #580 from strukturag/deprecate-golang-1.19

No longer support Golang 1.19.
This commit is contained in:
Joachim Bauch 2023-10-26 13:51:28 +02:00 committed by GitHub
commit 9ef8cbe83e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 2 additions and 5 deletions

View file

@ -24,7 +24,6 @@ jobs:
strategy:
matrix:
go-version:
- "1.19"
- "1.20"
- "1.21"
runs-on: ubuntu-latest
@ -71,7 +70,6 @@ jobs:
strategy:
matrix:
go-version:
- "1.19"
- "1.20"
- "1.21"
runs-on: ubuntu-latest

View file

@ -26,7 +26,6 @@ jobs:
strategy:
matrix:
go-version:
- "1.19"
- "1.20"
- "1.21"
runs-on: ubuntu-latest

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.19
- go >= 1.20
- make
- protobuf-compiler >= 3

2
go.mod
View file

@ -1,6 +1,6 @@
module github.com/strukturag/nextcloud-spreed-signaling
go 1.19
go 1.20
require (
github.com/dlintw/goconf v0.0.0-20120228082610-dcc070983490