Skip to content

Commit 66756b3

Browse files
pionbotSean-Der
authored andcommitted
Update CI configs to v0.11.3
Update lint scripts and CI configs.
1 parent 875904e commit 66756b3

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

.github/workflows/test.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: pion/.goassets/.github/workflows/test.reusable.yml@master
2424
strategy:
2525
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
2727
fail-fast: false
2828
with:
2929
go-version: ${{ matrix.go }}
@@ -32,7 +32,7 @@ jobs:
3232
uses: pion/.goassets/.github/workflows/test-i386.reusable.yml@master
3333
strategy:
3434
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
3636
fail-fast: false
3737
with:
3838
go-version: ${{ matrix.go }}

.github/workflows/tidy-check.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
tidy:
2323
uses: pion/.goassets/.github/workflows/tidy-check.reusable.yml@master
2424
with:
25-
go-version: '1.20' # auto-update/latest-go-version
25+
go-version: '1.21' # auto-update/latest-go-version

.reuse/dep5

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
22
Upstream-Name: Pion
33
Source: https://github.com/pion/
44

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
66
Copyright: 2023 The Pion community <https://pion.ly>
77
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

0 commit comments

Comments
 (0)