mirror of
https://github.com/gofiber/storage.git
synced 2025-10-06 00:57:38 +08:00
chore: try MSSQL 2022 latest image
This commit is contained in:
@@ -13,7 +13,7 @@ import (
|
||||
|
||||
const (
|
||||
// mssqlImage is the default image used for running MSSQL in tests.
|
||||
mssqlImage = "mcr.microsoft.com/mssql/server:2022-CU16-ubuntu-22.04"
|
||||
mssqlImage = "mcr.microsoft.com/mssql/server:2022-latest"
|
||||
mssqlImageEnvVar string = "TEST_MSSQL_IMAGE"
|
||||
mssqlUser string = "sa"
|
||||
mssqlPass string = "MsSql!1234"
|
||||
|
Reference in New Issue
Block a user