File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2121 release :
2222 uses : pion/.goassets/.github/workflows/release.reusable.yml@master
2323 with :
24- go-version : " 1.22 " # auto-update/latest-go-version
24+ go-version : " 1.24 " # auto-update/latest-go-version
Original file line number Diff line number Diff line change 2323 uses : pion/.goassets/.github/workflows/test.reusable.yml@master
2424 strategy :
2525 matrix :
26- go : ["1.23 ", "1.22 "] # auto-update/supported-go-version-list
26+ go : ["1.24 ", "1.23 "] # auto-update/supported-go-version-list
2727 fail-fast : false
2828 with :
2929 go-version : ${{ matrix.go }}
@@ -33,13 +33,13 @@ jobs:
3333 uses : pion/.goassets/.github/workflows/test-i386.reusable.yml@master
3434 strategy :
3535 matrix :
36- go : ["1.23 ", "1.22 "] # auto-update/supported-go-version-list
36+ go : ["1.24 ", "1.23 "] # auto-update/supported-go-version-list
3737 fail-fast : false
3838 with :
3939 go-version : ${{ matrix.go }}
4040
4141 test-wasm :
4242 uses : pion/.goassets/.github/workflows/test-wasm.reusable.yml@master
4343 with :
44- go-version : " 1.23 " # auto-update/latest-go-version
44+ go-version : " 1.24 " # auto-update/latest-go-version
4545 secrets : inherit
Original file line number Diff line number Diff line change 2222 tidy :
2323 uses : pion/.goassets/.github/workflows/tidy-check.reusable.yml@master
2424 with :
25- go-version : " 1.22 " # auto-update/latest-go-version
25+ go-version : " 1.24 " # auto-update/latest-go-version
Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ Files: README.md DESIGN.md **/README.md AUTHORS.txt renovate.json go.mod go.sum
66Copyright: 2023 The Pion community <https://pion.ly>
77License: MIT
88
9- Files: testdata/fuzz/* **/testdata/fuzz/* api/*.txt
9+ Files: testdata/seed/* testdata/ fuzz/* **/testdata/fuzz/* api/*.txt
1010Copyright: 2023 The Pion community <https://pion.ly>
1111License: CC0-1.0
You can’t perform that action at this time.
0 commit comments