No longer support Golang 1.19.

This follows the Go release policy of only supporting the last two versions.
This commit is contained in:
Joachim Bauch 2023-10-26 13:43:51 +02:00
parent 0936d40f8b
commit 3f30271e72
No known key found for this signature in database
GPG key ID: 77C1D22D53E15F02
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