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

chore: update controller tools from v0.11.0 to v0.14.0 #14

Merged
merged 1 commit into from
Oct 9, 2024

Conversation

basti1302
Copy link
Contributor

This should fix the build error that currently happens: panic: runtime error: invalid memory address or nil pointer dereference [recovered]
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0xa[40]

This should fix the build error that currently happens:
panic: runtime error: invalid memory address or nil pointer dereference [recovered]
	panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0xa[40]

Signed-off-by: Bastian Krol <[email protected]>
@basti1302 basti1302 force-pushed the update-controller-tools-version branch from 4391824 to 2c9525b Compare October 8, 2024 21:58
Copy link
Member

@Nexucis Nexucis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

awesome, thank you @basti1302 !

@Nexucis
Copy link
Member

Nexucis commented Oct 9, 2024

for the linter issue, I think it's more related to golanglint-ci itself. WIll merge and adress the issue when I can

@Nexucis Nexucis merged commit eb9601a into perses:main Oct 9, 2024
4 of 5 checks passed
@basti1302
Copy link
Contributor Author

Thanks for merging.

for the linter issue, I think it's more related to golanglint-ci itself. WIll merge and adress the issue when I can

Right. I think the linting fails because it is executed with Go 1.23, and it might work with an older Go version (1.22 or 1.21). I had similar issues in another project of mine as well; it seems golanglint-ci is picky about the Go version it is executed with. But I am not sure where the Go version for the linting step is set, it seems to come from either - uses: perses/[email protected] or - uses: ./.github/perses-ci/actions/setup_environment. 🤷

@basti1302 basti1302 deleted the update-controller-tools-version branch October 9, 2024 11:28
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.

3 participants