updated Go deps

This commit is contained in:
Gani Georgiev
2025-06-09 20:02:52 +03:00
parent e09f71ae74
commit 0f73679c3f
5 changed files with 47 additions and 38 deletions

View File

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