This is an automated email from the ASF dual-hosted git repository. Abacn pushed a commit to branch revert-36291-dependabot/github_actions/golangci/golangci-lint-action-8 in repository https://gitbox.apache.org/repos/asf/beam.git
commit 9f635fd3193f21f122450589fb1b5afef3ce978b Author: Yi Hu <[email protected]> AuthorDate: Fri May 22 12:30:15 2026 -0400 Revert "Bump golangci/golangci-lint-action from 3 to 8 (#36291)" This reverts commit f869272095d55281d44e287ba5000c6bcbd573c4. --- .github/workflows/tour_of_beam_backend.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tour_of_beam_backend.yml b/.github/workflows/tour_of_beam_backend.yml index 4271020ad40..3632a728d4a 100644 --- a/.github/workflows/tour_of_beam_backend.yml +++ b/.github/workflows/tour_of_beam_backend.yml @@ -58,7 +58,7 @@ jobs: run: go test -v ./... - name: golangci-lint - uses: golangci/golangci-lint-action@v8 + uses: golangci/golangci-lint-action@v3 with: version: v1.49.0 working-directory: learning/tour-of-beam/backend
