updated modernc.org/sqlite to 1.42.2

This commit is contained in:
Gani Georgiev
2026-01-03 11:23:26 +02:00
parent b1da83e516
commit 0536c779d5
3 changed files with 4 additions and 4 deletions

View File

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