From 4749d8fd55140a6dc90607b0662d0fbc3515ed90 Mon Sep 17 00:00:00 2001 From: Alex Aperis Date: Thu, 7 Mar 2024 17:33:03 +0100 Subject: [PATCH] update golint workflow --- .github/workflows/golint.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/golint.yaml b/.github/workflows/golint.yaml index bbdf2a7d..fe8164fb 100644 --- a/.github/workflows/golint.yaml +++ b/.github/workflows/golint.yaml @@ -20,5 +20,4 @@ jobs: - name: Run golangci-lint uses: golangci/golangci-lint-action@v4.0.0 with: - version: v1.51.2 args: -E bodyclose,gocritic,gofmt,gosec,govet,nestif,nlreturn,revive,rowserrcheck --exclude G401,G501,G107,G307