Skip to content

Commit

Permalink
fix(ci): add missing go-version matrix to fix development branch CI (C…
Browse files Browse the repository at this point in the history
  • Loading branch information
qdm12 committed Nov 16, 2021
1 parent a6a6ea4 commit 6babe76
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ jobs:
run: make build

publish-code-coverage:
strategy:
matrix:
go-version: [1.17.x]
runs-on: ubuntu-latest
steps:
- id: go-cache-paths
Expand Down

0 comments on commit 6babe76

Please sign in to comment.