You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Our Services are using this library and we have a static analysis in the CI. today we found the CI build failed.
# github.com/denisenkom/go-mssqldb/msdsn
/go/src/github.com/denisenkom/go-mssqldb/msdsn/conn_str_go115pre.go:7:6: setupTLSCommonName redeclared in this block
previous declaration at /go/src/github.com/denisenkom/go-mssqldb/msdsn/conn_str_go115.go:11:57
It looks like this commit add an extra setupTLSCommonName
Describe the bug
Our Services are using this library and we have a static analysis in the CI. today we found the CI build failed.
It looks like this commit add an extra
setupTLSCommonName
d99d7d5
cc: @kardianos
The text was updated successfully, but these errors were encountered: