Create CI/CD test and build in the Github action #11
test-build.yml
on: pull_request
Matrix: Build and test on Go ${{ matrix.go-version }}
Waiting for pending jobs
Annotations
1 error
Invalid workflow file:
.github/workflows/test-build.yml#L16
The workflow is not valid. .github/workflows/test-build.yml (Line: 16, Col: 3): Unrecognized named-value: 'matrix'. Located at position 1 within expression: matrix.go-version
|