Skip to content

Commit 6cf657c

Browse files
committed
ci: bump go version
fix #64
1 parent 2ceb77c commit 6cf657c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Go
1818
uses: actions/setup-go@v2
1919
with:
20-
go-version: "1.x"
20+
go-version: ">=1.17.4"
2121

2222
- name: Test
2323
env:

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@
1313

1414
# Output of the go coverage tool, specifically when used with LiteIDE
1515
*.out
16+
coverage.txt

0 commit comments

Comments
 (0)