Skip to content

Commit 8d1c6a7

Browse files
committed
Revert "Allow setting a list of SIP codecs for SDP. (#1530)"
This reverts commit ff4d6b6.
1 parent 57f1afe commit 8d1c6a7

18 files changed

Lines changed: 1020 additions & 1355 deletions

.github/workflows/generate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Set up Go
3434
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
3535
with:
36-
go-version: ">=1.26"
36+
go-version: ">=1.20"
3737

3838
- name: Go mod tidy
3939
run: go mod tidy

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/livekit/protocol
22

3-
go 1.26
3+
go 1.25.0
44

55
require (
66
buf.build/go/protoyaml v0.6.0

0 commit comments

Comments
 (0)