provider-template icon indicating copy to clipboard operation
provider-template copied to clipboard

Please describe prerequisites that must exist befor starting with this template

Open markussiebert opened this issue 2 years ago • 1 comments

What problem are you facing?

While trying to use this template, I struggled running the make reviewable make script. It allways failed in the golangci-lint stage. It turns out, that this was a problem with the go version I was running - I used 1.20 and switching to 1.19 solved it.

How could Crossplane help solve your problem?

Don't know what other problems will come up in the future, but writing down the prerequisites would be great

markussiebert avatar Mar 17 '23 12:03 markussiebert

Similarly now the provider doesn't work with go 1.22 but works with go 1.21

KoolKevin avatar Apr 15 '24 14:04 KoolKevin