From 4ec37c62c50ff17fdb87e14e89518dcdb26ea75e Mon Sep 17 00:00:00 2001 From: v-byte-cpu <65545655+v-byte-cpu@users.noreply.github.com> Date: Tue, 25 May 2021 21:36:00 +0300 Subject: [PATCH] lint: update golangci linters (#75) --- .golangci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.golangci.yml b/.golangci.yml index b289f98..369fda6 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -9,7 +9,7 @@ linters: - gocyclo - gofmt - goimports - - golint + - staticcheck - gosec - govet - misspell