Update to Go 1.25

This commit is contained in:
2025-10-24 13:19:24 +03:00
parent 8c5698f993
commit 3c98b8b9b7
4 changed files with 20 additions and 7 deletions
+12
View File
@@ -2,3 +2,15 @@ version: "2"
run:
timeout: 5m
formatters:
enable:
- gofmt
- goimports
exclusions:
generated: lax
paths:
- third_party$
- builtin$
- examples$