lib / pq

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

cannot use true (type bool) as type *"sync/atomic".Value in assignment #1016

Closed 5teven closed 5 months ago

5teven commented 3 years ago

Today my ci/cd pipeline have crashed Error code:

# github.com/lib/pq
/go/src/github.com/lib/pq/error.go:499:10: cannot use true (type bool) as type *"sync/atomic".Value in assignment
ERROR: Job failed: exit code 1

If you want to reproduce error run this:

go get -u -d github.com/mattes/migrate/cli github.com/lib/pq
go build -tags 'postgres' -o migrate github.com/mattes/migrate/cli
splicefracture commented 3 years ago

1015