From b88ae6db2ecc58afc7fbaca8eb19ea81d724126f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Jun 2025 15:25:09 +0200 Subject: [PATCH] Bump golangci/golangci-lint-action from 7 to 8 (#332) * Bump golangci/golangci-lint-action from 7 to 8 Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 7 to 8. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](https://github.com/golangci/golangci-lint-action/compare/v7...v8) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * Bump golangci-lint --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Bastian Hofmann --- .github/workflows/pr-workflow.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-workflow.yaml b/.github/workflows/pr-workflow.yaml index 9aec441..d8ec811 100644 --- a/.github/workflows/pr-workflow.yaml +++ b/.github/workflows/pr-workflow.yaml @@ -33,10 +33,10 @@ jobs: files=$(gofmt -l .) && echo $files && [ -z "$files" ] - name: Golang CI Lint - uses: golangci/golangci-lint-action@v7 + uses: golangci/golangci-lint-action@v8 with: working-directory: test - version: v2.0.2 # Specify the golangci-lint version, so we are stable + version: v2.1.6 # Specify the golangci-lint version, so we are stable args: --timeout 10m # Increase the timeout to 10 minutes - name: Run unit tests