jmoiron / sqlx

general purpose extensions to golang's database/sql
http://jmoiron.github.io/sqlx/
MIT License
16.3k stars 1.09k forks source link

Introduce CircleCI #922

Closed dlsniper closed 7 months ago

dlsniper commented 7 months ago

With this PR, we introduce the CircleCI as a CI pipeline.

The old configuration, TravisCI, is removed.

A Makefile is also created to allow easier interaction with the different commands available.

dlsniper commented 7 months ago

The failures are due to some of the tooling not supporting older versions of Go.

Some other failures are because vulncheck finds issues with the Go version being too old and requiring an upgrade to a newer Go version.

Should we just support the Go 1.20+ in CI?