From 74cfc7212297393e1a8f92ebed9731dc89dc2e30 Mon Sep 17 00:00:00 2001 From: Matthieu MOREL Date: Mon, 20 Dec 2021 23:17:40 +0100 Subject: [PATCH] Update go.yml --- .github/workflows/go.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 0d9d5533..baa31628 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -15,12 +15,6 @@ jobs: - name: Check out code into the Go module directory uses: actions/checkout@v2 - - - name: Setup golangci-lint - uses: golangci/golangci-lint-action@v2 - with: - version: latest - args: --verbose - name: Get dependencies run: |