kubernetes / apiserver

Library for writing a Kubernetes-style API server.
Apache License 2.0
647 stars 400 forks source link

Invalid Go version in go.mod #109

Open federicoleon opened 4 months ago

federicoleon commented 4 months ago

Description

The appk8s.io/apiserver@v0.30.0 defines go.mod version as follows

// This is a generated file. Do not edit directly.

module k8s.io/apiserver

go 1.22.0

...

This issue is caused because of the following import path:

k8s.io/apiserver@v0.30.0
|
|---- k8s.io/api@v0.30.0
|
|-------- k8s.io/apimachinery@v0.30.0
|------------ go 1.22.0

As described, any project using apiserver, api or apimachinery in their v0.30.0 will have their go.mod file updated to use an invalid go version go 1.22.0

k8s-triage-robot commented 1 month ago

The Kubernetes project currently lacks enough contributors to adequately respond to all issues.

This bot triages un-triaged issues according to the following rules:

You can:

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale

k8s-triage-robot commented 2 weeks ago

The Kubernetes project currently lacks enough active contributors to adequately respond to all issues.

This bot triages un-triaged issues according to the following rules:

You can:

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle rotten