File tree 3 files changed +8
-4
lines changed
3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 23
23
uses : pion/.goassets/.github/workflows/test.reusable.yml@master
24
24
strategy :
25
25
matrix :
26
- go : ['1.20 ', '1.19 '] # auto-update/supported-go-version-list
26
+ go : ['1.21 ', '1.20 '] # auto-update/supported-go-version-list
27
27
fail-fast : false
28
28
with :
29
29
go-version : ${{ matrix.go }}
32
32
uses : pion/.goassets/.github/workflows/test-i386.reusable.yml@master
33
33
strategy :
34
34
matrix :
35
- go : ['1.20 ', '1.19 '] # auto-update/supported-go-version-list
35
+ go : ['1.21 ', '1.20 '] # auto-update/supported-go-version-list
36
36
fail-fast : false
37
37
with :
38
38
go-version : ${{ matrix.go }}
Original file line number Diff line number Diff line change 22
22
tidy :
23
23
uses : pion/.goassets/.github/workflows/tidy-check.reusable.yml@master
24
24
with :
25
- go-version : ' 1.20 ' # auto-update/latest-go-version
25
+ go-version : ' 1.21 ' # auto-update/latest-go-version
Original file line number Diff line number Diff line change @@ -2,6 +2,10 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
2
2
Upstream-Name: Pion
3
3
Source: https://github.com/pion/
4
4
5
- Files: README.md DESIGN.md **/README.md renovate.json go.mod go.sum **/go.mod **/go.sum .eslintrc.json package.json examples.json **/.gitignore **/pubspec.yaml c-data-channels/webrtc.h
5
+ Files: README.md DESIGN.md **/README.md AUTHORS.txt renovate.json go.mod go.sum **/go.mod **/go.sum .eslintrc.json package.json examples/examples.json
6
6
Copyright: 2023 The Pion community <https://pion.ly>
7
7
License: MIT
8
+
9
+ Files: testdata/fuzz/* **/testdata/fuzz/* api/*.txt
10
+ Copyright: 2023 The Pion community <https://pion.ly>
11
+ License: CC0-1.0
You can’t perform that action at this time.
0 commit comments