Skip to content

Commit ba72fba

Browse files
pionbotSean-Der
authored andcommitted
Update CI configs to v0.11.3
Update lint scripts and CI configs.
1 parent 520d84c commit ba72fba

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line number