updated sqlite dep

This commit is contained in:
Gani Georgiev
2025-09-22 20:44:04 +03:00
parent 76a6b9834b
commit a8dd8be524
4 changed files with 9 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ import (
)
const (
expectedDriverVersion = "v1.38.2"
expectedDriverVersion = "v1.39.0"
expectedLibcVersion = "v1.66.3"
// ModerncDepsCheckHookId is the id of the hook that performs the modernc.org/* deps checks.