updated modernc.org/sqlite to v1.52.0

This commit is contained in:
Gani Georgiev
2026-06-06 19:33:13 +03:00
parent 4624e84b50
commit 394a46f3a2
4 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ import (
)
const (
expectedDriverVersion = "v1.51.0"
expectedDriverVersion = "v1.52.0"
expectedLibcVersion = "v1.72.3"
// ModerncDepsCheckHookId is the id of the hook that performs the modernc.org/* deps checks.