marcboeker / go-duckdb

go-duckdb provides a database/sql driver for the DuckDB database engine.
MIT License
646 stars 97 forks source link

Enable automated version check for go modules #261

Closed deining closed 4 weeks ago

deining commented 1 month ago

This PR adds automated version check for Go modules, as proposed and confirmed here.

marcboeker commented 4 weeks ago

@deining Thanks!