updated modernc.org/sqlite to 1.55.0

This commit is contained in:
Gani Georgiev
2026-07-29 21:59:43 +03:00
parent 17628e554c
commit 7789297065
4 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ import (
)
const (
expectedDriverVersion = "v1.54.0"
expectedDriverVersion = "v1.55.0"
expectedLibcVersion = "v1.74.1"
// ModerncDepsCheckHookId is the id of the hook that performs the modernc.org/* deps checks.