mirror of
https://github.com/strukturag/nextcloud-spreed-signaling
synced 2026-03-14 14:35:44 +01:00
Drop support for Go 1.22
This commit is contained in:
parent
4bcd4f9d3a
commit
f99977718b
6 changed files with 4 additions and 8 deletions
1
.github/workflows/govuln.yml
vendored
1
.github/workflows/govuln.yml
vendored
|
|
@ -24,7 +24,6 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
go-version:
|
||||
- "1.22"
|
||||
- "1.23"
|
||||
- "1.24"
|
||||
steps:
|
||||
|
|
|
|||
4
.github/workflows/lint.yml
vendored
4
.github/workflows/lint.yml
vendored
|
|
@ -28,7 +28,7 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: "1.22"
|
||||
go-version: "1.23"
|
||||
|
||||
- name: lint
|
||||
uses: golangci/golangci-lint-action@v7.0.0
|
||||
|
|
@ -49,7 +49,7 @@ jobs:
|
|||
|
||||
- name: Check minimum supported version of Go
|
||||
run: |
|
||||
go mod tidy -go=1.22.0 -compat=1.22.0
|
||||
go mod tidy -go=1.23.0 -compat=1.23.0
|
||||
|
||||
- name: Check go.mod / go.sum
|
||||
run: |
|
||||
|
|
|
|||
2
.github/workflows/tarball.yml
vendored
2
.github/workflows/tarball.yml
vendored
|
|
@ -24,7 +24,6 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
go-version:
|
||||
- "1.22"
|
||||
- "1.23"
|
||||
- "1.24"
|
||||
runs-on: ubuntu-latest
|
||||
|
|
@ -49,7 +48,6 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
go-version:
|
||||
- "1.22"
|
||||
- "1.23"
|
||||
- "1.24"
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
|
|
@ -27,7 +27,6 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
go-version:
|
||||
- "1.22"
|
||||
- "1.23"
|
||||
- "1.24"
|
||||
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.22
|
||||
- go >= 1.23
|
||||
- make
|
||||
|
||||
Usually the last two versions of Go are supported. This follows the release
|
||||
|
|
|
|||
2
go.mod
2
go.mod
|
|
@ -1,6 +1,6 @@
|
|||
module github.com/strukturag/nextcloud-spreed-signaling
|
||||
|
||||
go 1.22.0
|
||||
go 1.23.0
|
||||
|
||||
require (
|
||||
github.com/dlintw/goconf v0.0.0-20120228082610-dcc070983490
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue