From 2b313c475c863d1088183e94cc7249ba7ce04bab Mon Sep 17 00:00:00 2001 From: Max <82761650+MaxMustermann2@users.noreply.github.com> Date: Mon, 2 Sep 2024 16:49:44 +0530 Subject: [PATCH] fix(ci): pin the golang lint version (#178) --- .github/workflows/lint.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index bea3bcb01..a13601988 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -37,8 +37,7 @@ jobs: # Now, the actual golangci-lint configuration - uses: golangci/golangci-lint-action@v4 with: - # Required parameter - version: latest + version: "v1.59.1" args: --timeout 10m github-token: ${{ secrets.github_token }} # Check only if there are differences in the source code