Update CI configs to v0.6.9

Update lint scripts and CI configs.
This commit is contained in:
Pion
2022-03-21 17:31:41 +00:00
committed by Sean DuBois
parent 93b0f2a75e
commit 24c1ad6abc
2 changed files with 4 additions and 3 deletions

View File

@@ -28,7 +28,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: actions/cache@v2 - uses: actions/cache@v3
with: with:
path: | path: |
~/go/pkg/mod ~/go/pkg/mod
@@ -79,7 +79,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: actions/cache@v2 - uses: actions/cache@v3
with: with:
path: | path: |
~/go/pkg/mod ~/go/pkg/mod
@@ -117,7 +117,7 @@ jobs:
with: with:
node-version: '16.x' node-version: '16.x'
- uses: actions/cache@v2 - uses: actions/cache@v3
with: with:
path: | path: |
~/go/pkg/mod ~/go/pkg/mod

View File

@@ -132,6 +132,7 @@ rahulnakre <rahulnakre@gmail.com>
Raphael Randschau <nicolai86@me.com> Raphael Randschau <nicolai86@me.com>
Raphael Randschau <nicolai86@users.noreply.github.com> Raphael Randschau <nicolai86@users.noreply.github.com>
Reese <3253971+figadore@users.noreply.github.com> Reese <3253971+figadore@users.noreply.github.com>
rob <me@iamcalledrob.com>
rob-deutsch <robzyb+altgithub@gmail.com> rob-deutsch <robzyb+altgithub@gmail.com>
Robert Eperjesi <eperjesi@uber.com> Robert Eperjesi <eperjesi@uber.com>
Robin Raymond <robin-raymond@users.noreply.github.com> Robin Raymond <robin-raymond@users.noreply.github.com>