muonsoft / openapi-mock

OpenAPI mock server with random data generation
MIT License
487 stars 55 forks source link

scrutinizer fail with error note: module requires Go 1.18 #73

Open T1p0un3t opened 2 years ago

T1p0un3t commented 2 years ago

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

T1p0un3t commented 1 year ago

Also fixed in this commit .

strider2038 commented 1 year ago

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.