Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

chore(general): bump go #97

Merged
merged 1 commit into from
Oct 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion api/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/openclarity/grype-server/api

go 1.19
go 1.23.2

require (
github.com/go-openapi/errors v0.20.3
Expand Down
2 changes: 1 addition & 1 deletion grype-server/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/openclarity/grype-server/grype-server

go 1.22.0
go 1.23.2

require (
github.com/Portshift/go-utils v0.0.0-20211114210214-d8e30d7d4673
Expand Down
Loading