From cee6ab800b5a3faf48e67f5452e564def40b789c Mon Sep 17 00:00:00 2001 From: Ahmed Samir Date: Sun, 8 Oct 2023 17:34:27 +0300 Subject: [PATCH] fix: try go-linter Signed-off-by: Ahmed Samir --- .github/workflows/build_test_pr.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build_test_pr.yml b/.github/workflows/build_test_pr.yml index fd8a85306..f62c8a6e9 100644 --- a/.github/workflows/build_test_pr.yml +++ b/.github/workflows/build_test_pr.yml @@ -38,13 +38,10 @@ jobs: go-version: 1.21 # FIXME: https://github.com/golangci/golangci-lint-action/issues/677 - - name: golangci-lint - uses: golangci/golangci-lint-action@v3 + - name: golint + uses: Jerome1337/golint-action@v1.0.2 with: - version: latest - skip-cache: true - skip-pkg-cache: true - args: --verbose --timeout=3m + golint-path: './'' - name: Install dependencies run: go mod download