Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't build lib/pq #919

Closed
muhlemmer opened this issue Dec 2, 2019 · 1 comment
Closed

Can't build lib/pq #919

muhlemmer opened this issue Dec 2, 2019 · 1 comment

Comments

@muhlemmer
Copy link

In my CI I noticed build failures on lib/pq. Running go get -u github.com/lib/pq locally reproduces the error.

# github.com/lib/pq
go/src/github.com/lib/pq/conn_go18.go:213:21: not enough arguments in call to st.cn.cancel
        have ()
        want (context.Context)

pq/conn_go18.go

Line 213 in a2bfbdf

return st.cn.cancel()

It was introduced in today merge of #768

@muhlemmer
Copy link
Author

#917 raced me to it, closing

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

No branches or pull requests

1 participant