go-sql-driver / mysql

Go MySQL Driver is a MySQL driver for Go's (golang) database/sql package
https://pkg.go.dev/github.com/go-sql-driver/mysql
Mozilla Public License 2.0
14.46k stars 2.3k forks source link

Can't Install, bug in edwards25519/scalar.go #1540

Closed m3odev closed 8 months ago

m3odev commented 8 months ago

Issue description

i can't install go sql driver @@

Example code

go get github.com/go-sql-driver/mysql

Error log

# filippo.io/edwards25519
Projects/Proj1/src/filippo.io/edwards25519/scalar.go:166:53: cannot convert x (type []byte) to type *[32]byte

image

Configuration

Driver version (or git SHA):

Go version: go1.15.2 linux/amd64

Server version: MySQL 5.6

Server OS: Centos 7.9

methane commented 8 months ago

Go 1.15 is not supported.