Makefile should not auto-compute Pulumi CLI version from go.mod
file
#1310
Labels
kind/bug
Some behavior is incorrect or out of spec
go.mod
file
#1310
While on-boarding
awsx
andaws-apigateway
, it was observed that the installed Pulumi CLI version is auto-computed from the provider'sgo.mod
file. This is fine for Go based providers, but we now manage NodeJS based providers likeawsx
andaws-apigateway
. We need better handling of Pulumi CLI versions as the one defined in thego.mod
file may not be the same as the version of Pulumi used in the Node provider.Link to relevant section of the Makefile template:
ci-mgmt/provider-ci/internal/pkg/templates/bridged-provider/Makefile
Lines 352 to 366 in f515e55
The text was updated successfully, but these errors were encountered: