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 c371575 commit 70ef12fCopy full SHA for 70ef12f
.github/workflows/test.yaml
@@ -8,7 +8,7 @@ jobs:
8
steps:
9
- uses: actions/checkout@v3
10
- uses: actions/setup-go@v2
11
- with: { go-version: "1.18.0" }
+ with: { go-version: "1.18.3" }
12
- run: make check
13
test:
14
strategy:
@@ -18,5 +18,5 @@ jobs:
18
19
20
21
22
- run: make test
0 commit comments