We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be63c87 commit c32b594Copy full SHA for c32b594
2 files changed
.github/workflows/coverage.yml
@@ -9,6 +9,6 @@ jobs:
9
- uses: actions/checkout@v3
10
- uses: actions/setup-go@v3
11
with:
12
- go-version: "1.14"
+ go-version: "1.19"
13
- run: go test -coverprofile=coverage.txt -covermode=atomic
14
- uses: codecov/codecov-action@v3.1.1
.github/workflows/test.yml
@@ -15,6 +15,8 @@ jobs:
15
- "1.15"
16
- "1.16"
17
- "1.17"
18
+ - "1.18"
19
+ - "1.19"
20
name: Go ${{ matrix.go }} test
21
steps:
22
0 commit comments