Skip to content

bump supported versions; fix tests - #883

Merged
madelynnblue merged 1 commit into
masterfrom
update
Jul 16, 2019
Merged

bump supported versions; fix tests#883
madelynnblue merged 1 commit into
masterfrom
update

Conversation

@madelynnblue

@madelynnblue madelynnblue commented Jul 16, 2019

Copy link
Copy Markdown
Collaborator

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.
Comment thread .travis.yml
- PGVERSION=9.6
- PGVERSION=9.5
- PGVERSION=9.4
- PGVERSION=9.3

Copy link
Copy Markdown
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
Copy Markdown
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

2 participants