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 945d655 commit 1f2ab06Copy full SHA for 1f2ab06
.github/workflows/reviewdog.yml
@@ -28,7 +28,7 @@ jobs:
28
runs-on: ubuntu-latest
29
steps:
30
- uses: actions/checkout@v4.1.1
31
- - uses: actions/setup-go@v4
+ - uses: actions/setup-go@v5
32
with:
33
go-version: '^1.17'
34
- run: go install mvdan.cc/sh/v3/cmd/shfmt@latest
.github/workflows/test.yml
@@ -5,7 +5,7 @@ jobs:
5
name: Test
6
7
8
9
10
go-version: '^1.19'
11
0 commit comments