updated go deps

This commit is contained in:
Gani Georgiev
2025-07-26 22:49:17 +03:00
parent 125e99e4c8
commit c498c918ec
4 changed files with 23 additions and 12 deletions

View File

@@ -10,8 +10,8 @@ import (
)
const (
expectedDriverVersion = "v1.38.0"
expectedLibcVersion = "v1.65.10"
expectedDriverVersion = "v1.38.1"
expectedLibcVersion = "v1.66.3"
// 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.