-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update to Crossplane runtime 1.14.1, upjet 1.1.0 #39
Conversation
Signed-off-by: Marques Johansson <[email protected]>
go get github.com/crossplane/[email protected] && go mod tidy make generate Signed-off-by: Marques Johansson <[email protected]>
Updated from upbound/upjet tp crossplane/upjet Signed-off-by: Marques Johansson <[email protected]>
…mplate Signed-off-by: Marques Johansson <[email protected]>
For .github/ CI and Makefile: - update go to 1.21 - build/ to latest - golanci-lint to 1.54.2 Signed-off-by: Marques Johansson <[email protected]>
e475ea3
to
10b1b2c
Compare
My local build environment has 1.21. This may have led to the go.mod files including toolgen which is a 1.21 flag. I attempted to update the CI and Makefile to go 1.21 and then ran into linting and build errors on this line:
I think the next step would be to revert to 1.19 to match upstream and regenerate go.mod using a 1.19 format |
💫 |
….21 usage Signed-off-by: Marques Johansson <[email protected]>
0fcdb42
to
bc36ba8
Compare
Attempted to copy some enhancements over from provider-aws, which is already adapted to go 1.21, but there are many more features that would need to be copied over. |
Largely covered by #52 |
Description of your changes
Fixes #29
I have:
make reviewable test
to ensure this PR is ready for review.How has this code been tested