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

Add -e flag to go list command to fix make commands #901

Merged
merged 1 commit into from
Mar 25, 2024

Conversation

marians
Copy link
Contributor

@marians marians commented Mar 15, 2024

Fixes #900

This adds the flag -e to the go list command in Makefile, to mitigate errors like

tools.go:9:2: import "github.com/google/go-jsonnet/cmd/jsonnet" is a program, not an importable package
tools.go:9:2: import "github.com/google/go-jsonnet/cmd/jsonnet" is a program, not an importable package

@povilasv povilasv merged commit 346bef2 into kubernetes-monitoring:master Mar 25, 2024
5 of 6 checks passed
@marians marians deleted the fix-issue-900 branch March 25, 2024 12:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

make dashboards_out fails
2 participants