This message was deleted.
# general
s
This message was deleted.
w
We use specific versions of many dependent tools, including gometalinter. See https://github.com/pulumi/pulumi/blob/master/build/tool-versions.sh. Looks like the instructions in the readme may not be up to date with some breaking changes in more recent versions of those tools.
b
I noticed this just recently. Let's file an issue and upgrade this soon, since the old installation technique we are using seems to be deprecated. I also thought we would need to do this upgrade as part of moving to Go 1.11, but I guess not? @stocky-spoon-28903 did you run into any troubles here also?
w
s
We need to update it for go 1.11, but we may as well switch to GolangCI-lint which is less resource hungry and a bit faster
👍 1
I haven’t updated the tool chain scripts yet, was intending to do it once I have successful builds with modules
c
Thanks, for now I've worked around the build failure by commenting out the
logging.V(5).Infoln
lines in
pulumi/pulumi/sdk/go/pulumi-language-go/main.go