From b47ae20ab9759b760fd193efaab6b83fd02fabb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Jul 2025 10:01:33 +0000 Subject: [PATCH 1/3] chore(deps): Bump golangci/golangci-lint-action from 6 to 8 Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6 to 8. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](https://github.com/golangci/golangci-lint-action/compare/v6...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] --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 1c8993f..7055c29 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -27,7 +27,7 @@ jobs: go-version-file: 'go.mod' - name: golangci-lint - uses: golangci/golangci-lint-action@v6 + uses: golangci/golangci-lint-action@v8 with: version: v1.56 From 35bf90b3420283274facfd22e45eed38e2f6baaf Mon Sep 17 00:00:00 2001 From: Siavash Safi Date: Thu, 24 Jul 2025 12:03:37 +0200 Subject: [PATCH 2/3] Drop golangci version --- .github/workflows/go.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 7055c29..470373c 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -29,7 +29,6 @@ jobs: - name: golangci-lint uses: golangci/golangci-lint-action@v8 with: - version: v1.56 test: name: Go Tests From 57fcb68f3e655130f35a25663a57bf8ab50a1fd9 Mon Sep 17 00:00:00 2001 From: Siavash Safi Date: Thu, 24 Jul 2025 12:06:44 +0200 Subject: [PATCH 3/3] Cleanup --- .github/workflows/go.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 470373c..3b09dc2 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -28,7 +28,6 @@ jobs: - name: golangci-lint uses: golangci/golangci-lint-action@v8 - with: test: name: Go Tests