lib / pq

Pure Go Postgres driver for database/sql
https://pkg.go.dev/github.com/lib/pq
MIT License
9.01k stars 910 forks source link

Use evergreen version IDs in Travis config #964

Closed akshayjshah closed 4 years ago

akshayjshah commented 4 years ago

Rather than pinning to specific Go minor releases, use the "stable" and "oldstable" aliases. These should always point to the most recent patch releases of the two officially-supported Go minor releases.

This should remove the need for PRs to update the Travis config every six months.

akshayjshah commented 4 years ago

CI failures seem to be the same flaky tests plaguing other PRs. @mjibson, mind taking a look and restarting tests if the change otherwise looks okay?

maddyblue commented 4 years ago

After thinking about this, I want to stay with the hard coded versions. There's some linter and check stuff that specifies the oldest version, and I think it's ok to have to bump occasionally.