updated modernc deps and bumped app version

This commit is contained in:
Gani Georgiev
2025-02-18 18:17:00 +02:00
parent 4d40463d8d
commit 3f51fb941b
35 changed files with 57 additions and 43 deletions

View File

@@ -10,8 +10,8 @@ import (
)
const (
expectedDriverVersion = "v1.34.5"
expectedLibcVersion = "v1.55.3"
expectedDriverVersion = "v1.35.0"
expectedLibcVersion = "v1.61.13"
// ModerncDepsCheckHookId is the id of the hook that performs the modernc.org/* deps checks.
// It could be used for removing/unbinding the hook if you don't want the checks.