updated dependencies and golangci-lint to v2

This commit is contained in:
Gani Georgiev
2025-04-12 20:04:04 +03:00
parent d9af1475ef
commit 4cc797071b
18 changed files with 93 additions and 109 deletions

View File

@@ -10,8 +10,8 @@ import (
)
const (
expectedDriverVersion = "v1.36.3"
expectedLibcVersion = "v1.61.13"
expectedDriverVersion = "v1.37.0"
expectedLibcVersion = "v1.62.1"
// 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.