Skip to content

Commit b9000ed

Browse files
committed
chore: go1.21
Signed-off-by: Valery Piashchynski <[email protected]>
1 parent bfbae17 commit b9000ed

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

.golangci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ linters: # All available linters list: <https://golangci-lint.run/usage/linters/
4646
enable:
4747
- asciicheck # Simple linter to check that your code does not contain non-ASCII identifiers
4848
- bodyclose # Checks whether HTTP response body is closed successfully
49-
- depguard # Go linter that checks if package imports are in a list of acceptable packages
5049
- dogsled # Checks assignments with too many blank identifiers (e.g. x, _, _, _, := f())
5150
- dupl # Tool for code clone detection
5251
- errcheck # Errcheck is a program for checking for unchecked errors in go programs. These unchecked errors can be critical bugs in some cases

bors.toml

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)