pashagolub / pgxmock

pgx mock driver for golang to test database interactions
Other
393 stars 49 forks source link

build: upgrade to Go 1.17 #39

Closed Juneezee closed 3 years ago

Juneezee commented 3 years ago

No breaking change. This module can be upgraded to Go 1.17 to support Module graph pruning and Lazy loading.

pashagolub commented 3 years ago

Thanks.