Just started to play around with the golang pulumi...
# golang
c
Just started to play around with the golang pulumi with the default resources for azurerm (resource group and storage account). Trying to build that package and i’m getting the following error
Copy code
go: <http://github.com/pulumi/pulumi-azure@v1.0.0|github.com/pulumi/pulumi-azure@v1.0.0> requires
        <http://github.com/Azure/go-autorest/autorest@v0.8.0|github.com/Azure/go-autorest/autorest@v0.8.0> requires
        <http://github.com/Azure/go-autorest/tracing@v0.4.0|github.com/Azure/go-autorest/tracing@v0.4.0> requires
        <http://contrib.go.opencensus.io/exporter/ocagent@v0.4.6|contrib.go.opencensus.io/exporter/ocagent@v0.4.6> requires
        <http://github.com/census-instrumentation/opencensus-proto@v0.1.0-0.20181214143942-ba49f56771b8|github.com/census-instrumentation/opencensus-proto@v0.1.0-0.20181214143942-ba49f56771b8>: invalid pseudo-version: version before v0.1.0 would have negative patch number
go version go1.13 darwin/amd64 any ideas?
b
There’s a PR in flight that fixes go1.13 in our repos. We are trying to make it backwards compatible with go1.12.9 so it should land soon
c
OK thanks for the update. In the mean time, what's the latest stable version of go that works with the modules please?
b
1.12.9