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

go-sqlite package is broken since upgrading to golang 1.23 #2116

Closed
tomersein opened this issue Sep 16, 2024 · 1 comment
Closed

go-sqlite package is broken since upgrading to golang 1.23 #2116

tomersein opened this issue Sep 16, 2024 · 1 comment
Labels
bug Something isn't working changelog-ignore Don't include this issue in the release changelog

Comments

@tomersein
Copy link
Contributor

What happened:
I see integration tests fails since upgrading to 1.23.0 \ recently
seems to be related to this issue - glebarez/go-sqlite#176
I am able to run grype, but i am not sure this issue impacts it in some scenarios.
example of failure -
https://github.com/anchore/grype/actions/runs/10814011631
What you expected to happen:
integration tests to pass
How to reproduce it (as minimally and precisely as possible):
run integration tests.

Anything else we need to know?:

Environment:

  • Output of grype version:
  • OS (e.g: cat /etc/os-release or similar):
@tomersein tomersein added the bug Something isn't working label Sep 16, 2024
@willmurphyscode willmurphyscode added the changelog-ignore Don't include this issue in the release changelog label Sep 25, 2024
@willmurphyscode
Copy link
Contributor

I believe this was fixed by

grype/go.mod

Line 269 in 641982f

replace modernc.org/sqlite v1.33.0 => modernc.org/sqlite v1.32.0
.

Please let us know if you're still experiencing integration test failures.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working changelog-ignore Don't include this issue in the release changelog
Projects
Archived in project
Development

No branches or pull requests

2 participants