Skip to content
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

build: support go1.22 #31

Merged
merged 1 commit into from
Mar 6, 2024
Merged

build: support go1.22 #31

merged 1 commit into from
Mar 6, 2024

Commits on Mar 6, 2024

  1. build: support go1.22

    This fixes panic on go1.22, see kubernetes-sigs/controller-tools#880
    and golang/go#65637
    
    Since `go get sigs.k8s.io/controller-tools` updates transitive Kubernetes dependencies
    this change removes it from dependencies in favor of fixed version in the Makefile.
    
    Signed-off-by: Alexander Yastrebov <alexander.yastrebov@zalando.de>
    AlexanderYastrebov committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    b14bfcd View commit details
    Browse the repository at this point in the history