We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 302467f commit f26cb36Copy full SHA for f26cb36
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
10
lint:
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
14
- name: lint
15
uses: reviewdog/action-golangci-lint@v2
16
test:
@@ -24,7 +24,7 @@ jobs:
24
- ubuntu-latest
25
runs-on: ${{ matrix.os }}
26
27
28
- uses: actions/setup-go@v2
29
with:
30
go-version: ${{ matrix.go_version }}
0 commit comments