Skip to content

Commit

Permalink
DONOTMERGE: Test the same version stanza on a job executed on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
marun committed May 6, 2024
1 parent 3822bb8 commit 3b40bce
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,11 @@ jobs:
name: govulncheck
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/set-go-version-in-env
# - uses: ./.github/actions/set-go-version-in-env
- name: Set the Go version in the environment
# Need an exact version vs the range (~x.x.x) provided by set-go-version-in-env action
uses: echo GO_VERSION="$(go list -m -f '{{.GoVersion}}')" >> $GITHUB_ENV
shell: bash
- id: govulncheck
uses: golang/govulncheck-action@v1
with:
Expand Down

0 comments on commit 3b40bce

Please sign in to comment.