updated modernc.org/sqlite to 1.38.2

This commit is contained in:
Gani Georgiev
2025-08-02 08:05:06 +03:00
parent dd895dee01
commit 92e15c287e
4 changed files with 5 additions and 5 deletions

View File

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