This is an automated email from the ASF dual-hosted git repository.

jrmccluskey pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 49c5f2271df Update staticcheck (#39987)
49c5f2271df is described below

commit 49c5f2271df1ac8b4eca64d2f9e6b50ec937b67a
Author: Jack McCluskey <[email protected]>
AuthorDate: Thu Sep 3 10:43:47 2026 -0400

    Update staticcheck (#39987)
---
 .github/workflows/go_tests.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/go_tests.yml b/.github/workflows/go_tests.yml
index 5355f80810f..7c1fc4a4c3f 100644
--- a/.github/workflows/go_tests.yml
+++ b/.github/workflows/go_tests.yml
@@ -28,7 +28,7 @@ on:
   pull_request:
     branches: ['master', 'release-*']
     tags: ['v*']
-    paths: ['sdks/go/pkg/**', 'sdks/go.mod', 'sdks/go.sum', 
'sdks/go/container/*', 'sdks/java/container/*', 'sdks/python/container/*', 
'sdks/typescript/container/*', '.github/workflows/go_test.yml']
+    paths: ['sdks/go/pkg/**', 'sdks/go.mod', 'sdks/go.sum', 
'sdks/go/container/*', 'sdks/java/container/*', 'sdks/python/container/*', 
'sdks/typescript/container/*', '.github/workflows/go_tests.yml']
   workflow_dispatch:
 # This allows a subsequently queued workflow run to interrupt previous runs
 concurrency:
@@ -65,6 +65,6 @@ jobs:
           go vet --copylocks=false --unsafeptr=false ./...
       - name: Run Staticcheck
         run: |
-          go install "honnef.co/go/tools/cmd/[email protected]"
+          go install "honnef.co/go/tools/cmd/[email protected]"
           cd sdks/go/pkg/beam
           $(go env GOPATH)/bin/staticcheck ./...

Reply via email to