This message was deleted.
# general
s
This message was deleted.
e
Yes, it's possible to have multiple versions of providers used within one program.
a
Hi, how can i do to use the different version on the different stack. for example of golang, do i need to edit the provider's tag in the go.mod?
e
Yeh I think go will let you import the same package at two different versions. https://stackoverflow.com/questions/54131003/using-different-version-of-go-package-in-single-project at least suggests it is possible. The pulumi core engine has on issues with loading two versions of the same provider, so it's just per language limitations that might play a part here.
a
Got it, thank you very much