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
when trying to start service bus emulator via the services package I am getting:
# github.com/testcontainers/testcontainers-go/modules/azure/servicebus
/Users/XXXX/go/pkg/mod/github.com/testcontainers/testcontainers-go/modules/[email protected]/servicebus/servicebus.go:137:65: mssqlContainer.Password undefined (type *mssql.MSSQLServerContainer has no field or method Password, but does have unexported field password)
My fix was to change dependency of mysql to version 0.37 in. the indirect dependencies.
0 commit comments