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 70ef12f commit 6a3d58bCopy full SHA for 6a3d58b
.github/workflows/test.yaml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ubuntu-latest
8
steps:
9
- uses: actions/checkout@v3
10
- - uses: actions/setup-go@v2
+ - uses: actions/setup-go@v3
11
with: { go-version: "1.18.3" }
12
- run: make check
13
test:
@@ -17,6 +17,6 @@ jobs:
17
runs-on: ${{ matrix.os }}
18
19
20
21
22
- run: make test
0 commit comments