-
Notifications
You must be signed in to change notification settings - Fork 122
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
Keptn Dev Setup Fails due to mismatch of controller tools and go version #3627
Comments
Thanks for posting this! We're looking into it. |
Can you please try again? We updated some dependencies that should fix this. Thanks! |
Sure sounds good. If you could write a quick issue for it describing what you're looking for and what the benefits are, that would be great :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Details
I am trying to setup the development environment for the
lifecycle-toolkit
based on the instructions here.When running the make commands to build locally and deploy:
make build-deploy-dev-environment RELEASE_REGISTRY=ghcr.io/shardulsrivastava TAG=main ARCH=amd64
I am getting this error:
Full Error Log
which seems to indicate that controller-tools needs go-lang version 1.22 as opposed to v1.21 used in the Dockerfile.
Fix
I worked around the issue by using the controller tools version v0.14.0. So this works :
The text was updated successfully, but these errors were encountered: