This is an automated email from the ASF dual-hosted git repository. jrmccluskey pushed a commit to branch revert-28226-spotCheck in repository https://gitbox.apache.org/repos/asf/beam.git
commit 89f2feefd988db3387d973d146d7ea6564be383b Author: Jack McCluskey <[email protected]> AuthorDate: Tue Sep 12 15:54:52 2023 -0400 Revert "Add govulncheck to Go Tests workflow (#28226)" This reverts commit 846a1ab64164c6326fd550e2d86f6a0adbf64b66. --- .github/workflows/go_tests.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/go_tests.yml b/.github/workflows/go_tests.yml index e0038a95939..07e58bba2f1 100644 --- a/.github/workflows/go_tests.yml +++ b/.github/workflows/go_tests.yml @@ -29,7 +29,6 @@ on: 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/*'] - workflow_dispatch: # This allows a subsequently queued workflow run to interrupt previous runs concurrency: group: '${{ github.workflow }} @ ${{ github.event.issue.number || github.event.pull_request.head.label || github.sha || github.head_ref || github.ref }}-${{ github.event.schedule || github.event.comment.body || github.event.sender.login}}' @@ -66,8 +65,3 @@ jobs: go install "honnef.co/go/tools/cmd/[email protected]" cd sdks/go/pkg/beam $(go env GOPATH)/bin/staticcheck ./... - - name: Run govulncheck - run: | - go install golang.org/x/vuln/cmd/govulncheck@latest - cd sdks - $(go env GOPATH)/bin/govulncheck ./...
