This is an automated email from the ASF dual-hosted git repository. derrickaw pushed a commit to branch 20260725_updateTourBackendLintVersion in repository https://gitbox.apache.org/repos/asf/beam.git
commit 1c5c91bbeb48e1dc098238590ce6d902f7007606 Author: Derrick Williams <[email protected]> AuthorDate: Sat Jul 25 14:11:11 2026 +0000 fix golangci-lint issue --- .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 f93edc0fd62..a7158d5ffa3 100644 --- a/.github/workflows/tour_of_beam_backend.yml +++ b/.github/workflows/tour_of_beam_backend.yml @@ -65,6 +65,6 @@ jobs: - name: golangci-lint uses: golangci/golangci-lint-action@v3 with: - version: v1.49.0 + version: v2.12.2 working-directory: learning/tour-of-beam/backend
