updated modernc.org/sqlite

This commit is contained in:
Gani Georgiev
2025-03-25 22:16:32 +02:00
parent 81cc276ab9
commit 75bba1d0f9
4 changed files with 12 additions and 8 deletions

View File

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