revert sqlite dep update

This commit is contained in:
Gani Georgiev
2025-09-22 21:30:27 +03:00
parent a8dd8be524
commit 54fb4293c5
4 changed files with 5 additions and 5 deletions

View File

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