merge v0.23.0-rc changes

This commit is contained in:
Gani Georgiev
2024-09-29 19:23:19 +03:00
parent ad92992324
commit 844f18cac3
753 changed files with 85141 additions and 63396 deletions
+4 -3
View File
@@ -1,14 +1,13 @@
run:
go: 1.21
go: 1.23
concurrency: 4
timeout: 10m
linters:
disable-all: true
enable:
- asasalint
- asciicheck
- depguard
- exportloopref
- gofmt
- goimports
- gomodguard
@@ -20,6 +19,8 @@ linters:
- nakedret
- nolintlint
- prealloc
- prealloc
- reassign
- staticcheck
- typecheck
- unconvert