DATA-DOG / go-sqlmock

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

Remove 1.12 minimum Go version from go.mod #216

Closed gliptak closed 4 years ago

gliptak commented 4 years ago

Signed-off-by: Gábor Lipták gliptak@gmail.com

https://github.com/DATA-DOG/go-sqlmock/issues/214

codecov-io commented 4 years ago

Codecov Report

Merging #216 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #216   +/-   ##
======================================
  Coverage    94.2%   94.2%           
======================================
  Files          18      18           
  Lines         915     915           
======================================
  Hits          862     862           
  Misses         38      38           
  Partials       15      15

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 012d928...9bc1a4a. Read the comment docs.

l3pp4rd commented 4 years ago

Thanks