Are there any issues with building a pulumi packag...
# golang
m
Are there any issues with building a pulumi package with Go 1.19? Apparently some dependencies need 1.18 and 1.19.
l
We should have most, if not all of our code working with 1.19. Where do you see dependencies needing 1.18?
m
My build pipeline, but moving everything to 1.19 worked fine. It built and got released 🙂
🎊 1