diff --git a/.golangci.yml b/.golangci.yml index 820733c06d..720a583550 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -66,7 +66,7 @@ linters: # - unparam # Disable temporarily until everything works with Go 1.18 - - typecheck + #- typecheck # Disable temporarily until the following issue is resolved: https://github.com/golangci/golangci-lint/issues/3086 # - sqlclosecheck