mirror of
https://github.com/strukturag/nextcloud-spreed-signaling
synced 2026-03-14 14:35:44 +01:00
No longer support Golang 1.19.
This follows the Go release policy of only supporting the last two versions.
This commit is contained in:
parent
0936d40f8b
commit
3f30271e72
4 changed files with 2 additions and 5 deletions
2
.github/workflows/tarball.yml
vendored
2
.github/workflows/tarball.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
|
|
@ -26,7 +26,6 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
go-version:
|
||||
- "1.19"
|
||||
- "1.20"
|
||||
- "1.21"
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
|
|
@ -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
2
go.mod
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue