|
8e2f919df0
|
[#1689] go.mod: Bump SDK version
* Fix `APEOverride` method usage in ape checker.
* Fix linter errors: factor out deprecated methods and packages.
Change-Id: I8c939f4c58c2a4e3c4e795c7224d935d40ce6f24
Signed-off-by: Airat Arifullin <a.arifullin@yadro.com>
|
2025-04-29 16:00:23 +03:00 |
|
|
40536d8a06
|
[#1671] Use fmt.Appendf where warranted
Fix gopls warnings:
```
cmd/frostfs-adm/internal/modules/morph/config/config.go:68:20-64: Replace []byte(fmt.Sprintf...) with fmt.Appendf
````
gopatch:
```
@@
var f expression
@@
-[]byte(fmt.Sprintf(f, ...))
+fmt.Appendf(nil, f, ...)
```
Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
|
2025-03-13 08:12:20 +00:00 |
|
|
7ac0852364
|
[#1459] .golangci.yml: Add intrange linter, fix issues
Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
|
2024-10-30 15:18:22 +00:00 |
|
|
41038b2ec0
|
[#1431] node: Fix 'empty slice declaration using a literal'
Signed-off-by: Alexander Chuprov <a.chuprov@yadro.com>
|
2024-10-15 08:53:59 +00:00 |
|
|
b9043433a0
|
[#1223] scripts: Add script to populate metabase
Signed-off-by: Aleksey Savchuk <a.savchuk@yadro.com>
|
2024-09-05 08:03:52 +00:00 |
|