Skip to content
Open
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 genai/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.24.0

require (
github.com/GoogleCloudPlatform/golang-samples v0.0.0-20250201051611-5fb145d1e974
google.golang.org/genai v1.17.0
google.golang.org/genai v1.30.0
Copy link
Contributor

Choose a reason for hiding this comment

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

critical

When updating a dependency in go.mod, the go.sum file must also be updated to include the checksums of the new dependency version. It appears the go.sum file was not updated or included in this pull request. Please run go mod tidy and commit the resulting changes to go.sum to ensure the project builds correctly for everyone.

)

require (
Expand Down
Loading