Skip to content

Commit f260c33

Browse files
pionbotSean-Der
authored andcommittedJan 5, 2024
Update CI configs to v0.11.3
Update lint scripts and CI configs.
1 parent 7284b33 commit f260c33

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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

0 commit comments

Comments
 (0)
Please sign in to comment.