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: strategy:
matrix: matrix:
go-version: go-version:
- "1.19"
- "1.20" - "1.20"
- "1.21" - "1.21"
runs-on: ubuntu-latest runs-on: ubuntu-latest
@ -71,7 +70,6 @@ jobs:
strategy: strategy:
matrix: matrix:
go-version: go-version:
- "1.19"
- "1.20" - "1.20"
- "1.21" - "1.21"
runs-on: ubuntu-latest runs-on: ubuntu-latest

View file

@ -26,7 +26,6 @@ jobs:
strategy: strategy:
matrix: matrix:
go-version: go-version:
- "1.19"
- "1.20" - "1.20"
- "1.21" - "1.21"
runs-on: ubuntu-latest 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. The following tools are required for building the signaling server.
- git - git
- go >= 1.19 - go >= 1.20
- make - make
- protobuf-compiler >= 3 - protobuf-compiler >= 3

2
go.mod
View file

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