DATA-DOG / go-sqlmock

Sql mock driver for golang to test database interactions
Other
6.05k stars 406 forks source link

go.mod pins to 1.12? #214

Closed gliptak closed 4 years ago

gliptak commented 4 years ago

https://github.com/DATA-DOG/go-sqlmock/blob/master/go.mod#L3

https://travis-ci.org/aws/aws-xray-sdk-go/jobs/640575466#L274

go build github.com/DATA-DOG/go-sqlmock: module requires Go 1.12

Is 1.12 the only targeted version?

l3pp4rd commented 4 years ago

No, got there by accident I guess

gliptak commented 4 years ago

@l3pp4rd will you offer a maintenance release?

l3pp4rd commented 4 years ago

done :)

dolmen commented 4 years ago

@gliptak I wonder about your issue with the "go 1.12" line. Do you still use a Go version below 1.12 in production? Can you tell us why?

gliptak commented 4 years ago

Your library project is used by other projects advertising older Go versions as supported (as linked above)

https://github.com/aws/aws-xray-sdk-go/blob/master/.travis.yml

Their builds started failing with the introduction of the 1.12 lower bound.