Skip to content

Commit

Permalink
chore(ci): update test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
mroth committed Nov 12, 2022
1 parent be63c87 commit c32b594
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: "1.14"
go-version: "1.19"
- run: go test -coverprofile=coverage.txt -covermode=atomic
- uses: codecov/codecov-action@v3.1.1
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
- "1.15"
- "1.16"
- "1.17"
- "1.18"
- "1.19"
name: Go ${{ matrix.go }} test
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit c32b594

Please sign in to comment.