updated modernc.org/sqlite dependency

This commit is contained in:
Gani Georgiev
2025-03-14 23:10:28 +02:00
parent 04a3dc7bb7
commit 6e9ecb2b7a
4 changed files with 5 additions and 5 deletions

View File

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