bumped modernc sqlite driver version

This commit is contained in:
Gani Georgiev
2025-01-17 16:01:49 +02:00
parent 25dd858c18
commit f935e2139e
3 changed files with 72 additions and 80 deletions

View File

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