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

Post merge job failing beause of invalid go version #2297

Open
lentzi90 opened this issue Dec 2, 2024 · 0 comments
Open

Post merge job failing beause of invalid go version #2297

lentzi90 opened this issue Dec 2, 2024 · 0 comments
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@lentzi90
Copy link
Contributor

lentzi90 commented Dec 2, 2024

/kind bug

What steps did you take and what happened:

We have a post merge job that builds staging images. It has been failing for some time it seems: https://prow.k8s.io/job-history/gs/kubernetes-ci-logs/logs/post-cluster-api-provider-openstack-push-images
(If you see some green builds it is most likely from backports. It is failing constantly on main.)

Error:

make -C hack/tools bin/kustomize
make[4]: Entering directory '/workspace/hack/tools'
mkdir -p bin
CGO_ENABLED=0 go build -tags=tools -o bin/kustomize sigs.k8s.io/kustomize/kustomize/v5
go: errors parsing go.mod:
/workspace/hack/tools/go.mod:3: invalid go version '1.22.7': must match format 1.23
/workspace/hack/tools/go.mod:5: unknown directive: toolchain 

What did you expect to happen:

The job should be successful (or we should remove it if we do not need it).

Anything else you would like to add:

The job is defined here: https://github.com/kubernetes/test-infra/blob/master/config/jobs/image-pushing/k8s-staging-cluster-api.yaml

@k8s-ci-robot k8s-ci-robot added the kind/bug Categorizes issue or PR as related to a bug. label Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
Status: Inbox
Development

No branches or pull requests

2 participants