crossplane-contrib / provider-jet-rancher

Apache License 2.0
3 stars 4 forks source link

Fix lint and build #11

Closed sboschman closed 2 years ago

sboschman commented 2 years ago

Description of your changes

Bump golangci-lint to be compatible with go 1.18

Removes the native terraform provider binary install, upstream terraform-provider-rancher2 does not seem to be compiled that way. It causes the same build error as https://github.com/crossplane-contrib/provider-jet-template/issues/25

I have:

How has this code been tested

run make build

sboschman commented 2 years ago

once this is merged I will rebase #9 and #8 @ytsarev