Update Go version 1.19 (#2523)

Signed-off-by: Sanket Sudake <sanketsudake@gmail.com>
This commit is contained in:
Sanket Sudake
2022-08-30 11:40:01 +05:30
committed by GitHub
parent b16010dfa3
commit 6971bcd287
10 changed files with 362 additions and 366 deletions
-4
View File
@@ -1,16 +1,13 @@
linters:
enable:
# Default linter
- deadcode
- errcheck
- gosimple
- govet
- ineffassign
- staticcheck
- structcheck
- typecheck
- unused
- varcheck
# Additional linters
- gofmt
- goimports
@@ -22,7 +19,6 @@ linters:
# - dogsled
# - dupl
# - gosec
# - ifshort
# - nilerr
# - prealloc
# - revive