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

.travis.yml: use Go 1.13 #937

Closed kevinburke1 closed 4 years ago

kevinburke1 commented 4 years ago

It's the most recent version so we should be using it in tests.

Updates #936.

akshayjshah commented 4 years ago

Could we update to use stable and oldstable instead of the explicitly-numbered releases? They automatically update to the two supported Go releases so we won't need PRs like this with every Go release.

kevinburke1 commented 4 years ago

This PR is out of date, a new Go version was released between the date it was submitted (January 28) and the current date (April 21).

maddyblue commented 4 years ago

Already taken care of in https://github.com/lib/pq/commit/ecb7a527368511ea5cfe62a8e1ce0ea5fdeef693. Just wanted you to get credit for that one.