Update protocol to support SIP media config. (#4509)

This commit is contained in:
Denys Smirnov
2026-05-06 18:18:21 +02:00
committed by GitHub
parent 1ab1e072d1
commit 8ffcef93b2
6 changed files with 9 additions and 6 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
with:
go-version: "^1.25"
go-version: "^1.26"
- name: Set up gotestfmt
run: go install github.com/gotesttools/gotestfmt/v2/cmd/gotestfmt@v2.4.1