Skip to content

Commit 6babe76

Browse files
authored
fix(ci): add missing go-version matrix to fix development branch CI (#2037)
1 parent a6a6ea4 commit 6babe76

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ jobs:
4141
run: make build
4242

4343
publish-code-coverage:
44+
strategy:
45+
matrix:
46+
go-version: [1.17.x]
4447
runs-on: ubuntu-latest
4548
steps:
4649
- id: go-cache-paths

0 commit comments

Comments
 (0)