-
Notifications
You must be signed in to change notification settings - Fork 238
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
[BUG] Installing kube-linter in Fedora 36 container fails #418
Labels
bug
Something isn't working
Comments
It's working for me. I need more details to reproduce it. What
|
Here's the full log from a fresh Fedora 36 container, in case it's useful:
|
Elkasitu
changed the title
[BUG] Trying to install kube-linter fails
[BUG] Installing kube-linter in Fedora 36 container fails
Sep 30, 2022
Indeed looks like many repositories were broken due to missing tags on openshift/api. CI was working because tag was available in Go Proxy. To resolve this we should move away from tags and use commit version instead. |
janisz
added a commit
that referenced
this issue
Apr 11, 2023
janisz
added a commit
that referenced
this issue
Apr 11, 2023
abrad3
pushed a commit
to abrad3/kube-linter
that referenced
this issue
Sep 28, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
System info:
Describe the bug
Trying to
go install
kube-linter
fails with the following error:root/go/pkg/mod/golang.stackrox.io/[email protected]/pkg/lintcontext/parse_yaml.go:14:2: reading github.com/openshift/api/go.mod at revision v3.9.0: unknown revision v3.9.0
Might be an issue with upstream openshift package?
To Reproduce
Execute the following command:
go install golang.stackrox.io/kube-linter/cmd/kube-linter@latest
Expected behavior
For the program to be installed in
GOPATH
.The text was updated successfully, but these errors were encountered: