This is an automated email from the ASF dual-hosted git repository. jrmccluskey pushed a commit to branch revert-28456-gettingVulnerable in repository https://gitbox.apache.org/repos/asf/beam.git
commit bc08a06af3aa2922182423d59b2f2e94ae25ffa6 Author: Jack McCluskey <[email protected]> AuthorDate: Fri Sep 15 09:27:55 2023 -0400 Revert "Add official govulncheck action to Go Tests workflow (#28456)" This reverts commit a9a0f8dbfca2166cfdf0e13731c3646622438955. --- .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 f52065e60eb..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 ./... - - uses: golang/[email protected] - with: - work-dir: ./sdks - go-package: ./... - go-version-input: 1.21 \ No newline at end of file
