Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
MarquessV committed Jun 3, 2024
1 parent 47fba33 commit 50983ad
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,17 +91,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.22'
uses: actions/setup-go@v5
- name: Install OSV scanner
run: |
go install github.com/google/osv-scanner/cmd/osv-scanner@latest
env:
GOBIN: $HOME/go/bin
- name: Run OSV scanner
run: |
$HOME/go/bin/osv-scanner --lockfile=./poetry.lock
osv-scanner --lockfile=./poetry.lock
test-doctest:
name: Run Doctests
Expand Down

0 comments on commit 50983ad

Please sign in to comment.