From e6e1a91df4d8d70b87266cb7da2211babe6f5079 Mon Sep 17 00:00:00 2001 From: zepatrik Date: Mon, 21 Oct 2024 13:29:45 +0200 Subject: [PATCH] chore: bump golanci-lint --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8f77b30da..a47794abb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -33,12 +33,12 @@ jobs: with: githubToken: ${{ secrets.GITHUB_TOKEN }} - name: Run golangci-lint - uses: golangci/golangci-lint-action@v3 + uses: golangci/golangci-lint-action@v6 env: GOGC: 100 with: + version: v1.61.0 args: --timeout 10m0s --issues-exit-code=0 - skip-pkg-cache: true - name: Test documentation examples run: make test-docs-samples - name: Test OPL typelib