We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
Build are fail on scrutinizer because module require Go 1.18 and configuration use 1.14.
https://scrutinizer-ci.com/g/muonsoft/openapi-mock/inspections/b7f51cf1-de7b-4378-9c17-f3dba3eb18d2
The solution are to change .scrutinizer.yml or check dependency ?
thx
The text was updated successfully, but these errors were encountered:
fix(muonsoft#73): scrutinizer using GO 1.18
5b49924
0f324a4
Also fixed in this commit .
Sorry, something went wrong.
Update this in master, but scrutinizer fails with unexpected error https://scrutinizer-ci.com/g/muonsoft/openapi-mock/inspections/71c4b256-85ff-42e4-bd2b-d588e01d69f7.
The coverage report could not be converted: go: downloading github.com/axw/gocov v1.1.0 go: downloading golang.org/x/tools v0.0.0-20190617190820-da514acc4774 go: added github.com/axw/gocov v1.1.0 go: upgraded golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e => v0.0.0-20190617190820-da514acc4774 go: downloading github.com/AlekSi/gocov-xml v1.1.0 go: added github.com/AlekSi/gocov-xml v1.1.0 bash: gocov: command not found bash: gocov-xml: command not found
I think to replace scrutinizer by some other code coverage reporter.
No branches or pull requests
Hello,
Build are fail on scrutinizer because module require Go 1.18 and configuration use 1.14.
https://scrutinizer-ci.com/g/muonsoft/openapi-mock/inspections/b7f51cf1-de7b-4378-9c17-f3dba3eb18d2
The solution are to change .scrutinizer.yml or check dependency ?
thx
The text was updated successfully, but these errors were encountered: