Skip to content

Conversation

@madelynnblue
Copy link
Collaborator

@madelynnblue madelynnblue commented Jul 16, 2019

Our tested support for Go versions is changing to the two latest instead
of three latest. This matches what the Go team supports. If lib/pq
happens to not work in older versions of Go, you must use an earlier
version of lib/pq.

Remove tested support for Go 1.9 and 1.10, add Go 1.12. Remove tested
support for unsupported Postgres versions (< 9.4).

Megacheck was renamed to staticcheck.

Fix two issues found by golint.

@madelynnblue madelynnblue force-pushed the update branch 10 times, most recently from d0fd217 to 167b7ba Compare July 16, 2019 07:24
Our tested support for Go versions is changing to the two latest instead
of three latest. This matches what the Go team supports. If lib/pq
happens to not work in older versions of Go, you must use an earlier
version of lib/pq.

Remove tested support for Go 1.9 and 1.10, add Go 1.12. Remove tested
support for unsupported Postgres versions (< 9.4).

Megacheck was renamed to staticcheck.

Fix two issues found by golint.
- PGVERSION=9.6
- PGVERSION=9.5
- PGVERSION=9.4
- PGVERSION=9.3
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we have a job with PGVERSION=11?

@madelynnblue
Copy link
Collaborator Author

I tried that but there's some apt get problem that will require more investigation, so someone can do that in another PR.

@madelynnblue madelynnblue merged commit 3427c32 into master Jul 16, 2019
@madelynnblue madelynnblue deleted the update branch July 16, 2019 17:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants