Update CI configs to v0.6.2

Update lint scripts and CI configs.
This commit is contained in:
Pion
2021-11-28 13:48:00 -05:00
committed by Sean DuBois
parent 850da07a23
commit 3028fd7406
+2 -2
View File
@@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: ["1.15", "1.16"]
go: ["1.16", "1.17"]
fail-fast: false
name: Go ${{ matrix.go }}
steps:
@@ -73,7 +73,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: ["1.15", "1.16"]
go: ["1.16", "1.17"]
fail-fast: false
name: Go i386 ${{ matrix.go }}
steps: