From 4cd232f7e0c47fc83d70c6314537800ec8faf077 Mon Sep 17 00:00:00 2001 From: Li4n0 Date: Wed, 14 Sep 2022 01:04:31 +0800 Subject: [PATCH] ci: update golangci-linters to fit go1.19 --- .golangci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.golangci.yml b/.golangci.yml index e6723b4..489c1a5 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -15,18 +15,14 @@ linters-settings: linters: enable: - - deadcode - errcheck - gosimple - govet - ineffassign - staticcheck - - structcheck - typecheck - unused - - varcheck - nakedret - gofmt - - rowserrcheck - unconvert - goimports