microsoft / go-sqlcmd

The new sqlcmd, CLI for SQL Server and Azure SQL (winget install sqlcmd / sqlcmd create mssql / sqlcmd open ads)
https://learn.microsoft.com/sql/tools/sqlcmd/go-sqlcmd-utility
MIT License
323 stars 57 forks source link

Use Microsoft Go tools for official builds #429

Open shueybubbles opened 11 months ago

shueybubbles commented 11 months ago

Per guidance for Microsoft products, we need to build sqlcmd using the Microsoft build of Go toolset. It's a prerequisite for enabling FIPs compliant builds before we can pick up the crypto code from go-mssqldb when we add Always Encrypted.