Scenario: I have Pulumi programs written in Go. I'...
# golang
b
Scenario: I have Pulumi programs written in Go. I'm running them in Pulumi Kubernetes Operator. They reach out to download dependencies from github.com and other places. Question: I want to have the Pulumi programs not download from the internet and just use a cached version baked into the PKO container. Is this possible?
answering my own question: it is possible, you just have to go mod cache and vendor the deps.