Thanks to visit codestin.com Credit goes to github.com
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 2ceb77c commit 6cf657cCopy full SHA for 6cf657c
.github/workflows/ci.yaml
@@ -17,7 +17,7 @@ jobs:
17
- name: Set up Go
18
uses: actions/setup-go@v2
19
with:
20
- go-version: "1.x"
+ go-version: ">=1.17.4"
21
22
- name: Test
23
env:
.gitignore
@@ -13,3 +13,4 @@
13
14
# Output of the go coverage tool, specifically when used with LiteIDE
15
*.out
16
+coverage.txt
0 commit comments