This is an automated email from the ASF dual-hosted git repository.
lostluck 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 abdea131f80 Revert "Add govulncheck to Go Tests workflow (#28226)"
(#28425)
abdea131f80 is described below
commit abdea131f80380eab0b96fd5e9a14106ce100541
Author: Jack McCluskey <[email protected]>
AuthorDate: Tue Sep 12 15:59:59 2023 -0400
Revert "Add govulncheck to Go Tests workflow (#28226)" (#28425)
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 ./...