From e615dbf47ed785e0ac48893d2ddd4e00f38171ce Mon Sep 17 00:00:00 2001 From: MaxMustermann2 <82761650+MaxMustermann2@users.noreply.github.com> Date: Sat, 31 Aug 2024 17:38:30 +0000 Subject: [PATCH] fix(ci): pin the golang lint version --- .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